From owner-cvs-all Thu Oct 12 6: 2:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A513637B503; Thu, 12 Oct 2000 06:02:13 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA92931; Thu, 12 Oct 2000 06:02:13 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200010121302.GAA92931@freefall.freebsd.org> From: Bruce Evans Date: Thu, 12 Oct 2000 06:02:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include globals.h src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/10/12 06:02:13 PDT Modified files: sys/i386/include globals.h sys/sys proc.h Log: Moved the declaration of astpending to the correct place. This shouldn't affect the alpha or ia64, since they don't have a variable named astpending. The alpha still has 2 declarations of this nonexistent variable. Revision Changes Path 1.9 +6 -2 src/sys/i386/include/globals.h 1.117 +1 -2 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message