Date: Tue, 15 Oct 1996 11:24:37 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_object.h src/sys/i386/linux linux_sysvec.c Message-ID: <199610151824.LAA26338@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/10/15 11:24:36
Modified: sys/vm vm_object.h
sys/i386/linux linux_sysvec.c
Log:
Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixed
the one place that depended on it. wakeup() is now prototyped in
<sys/systm.h> so that it is normally visible.
Added nested include of <sys/queue.h> in <vm/vm_object.h>. The queue
macros are a more fundamental prerequisite for <vm/vm_object.h> than
the wakeup prototype and previously happened to be included by
namespace pollution from <sys/proc.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610151824.LAA26338>
