From owner-cvs-src@FreeBSD.ORG Mon Jul 10 17:59:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A5416A4DF; Mon, 10 Jul 2006 17:59:26 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC7F43D46; Mon, 10 Jul 2006 17:59:26 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AHxQH3023015; Mon, 10 Jul 2006 17:59:26 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AHxQ7s023011; Mon, 10 Jul 2006 17:59:26 GMT (envelope-from jhb) Message-Id: <200607101759.k6AHxQ7s023011@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Jul 2006 17:59:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_util.h ibcs2_xenix.c imgact_coff.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 17:59:27 -0000 jhb 2006-07-10 17:59:26 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_util.h ibcs2_xenix.c imgact_coff.c Log: Retire the stackgap macros from ibcs2 as they are no longer used. Push the includes of and down into the only files that now need them. Revision Changes Path 1.20 +0 -32 src/sys/i386/ibcs2/ibcs2_util.h 1.38 +1 -0 src/sys/i386/ibcs2/ibcs2_xenix.c 1.66 +1 -0 src/sys/i386/ibcs2/imgact_coff.c