From owner-cvs-sys Tue Oct 15 11:24:50 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA26379 for cvs-sys-outgoing; Tue, 15 Oct 1996 11:24:50 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA26338; Tue, 15 Oct 1996 11:24:37 -0700 (PDT) Date: Tue, 15 Oct 1996 11:24:37 -0700 (PDT) From: Bruce Evans Message-Id: <199610151824.LAA26338@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_object.h src/sys/i386/linux linux_sysvec.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/10/15 11:24:36 Modified: sys/vm vm_object.h sys/i386/linux linux_sysvec.c Log: Removed nested include of from and fixed the one place that depended on it. wakeup() is now prototyped in so that it is normally visible. Added nested include of in . The queue macros are a more fundamental prerequisite for than the wakeup prototype and previously happened to be included by namespace pollution from or elsewhere. Revision Changes Path 1.32 +2 -4 src/sys/vm/vm_object.h 1.8 +2 -1 src/sys/i386/linux/linux_sysvec.c