freebsd-dev/sys/alpha
Bruce Evans aad9af2ba3 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.
1996-10-15 18:24:34 +00:00
..
include Fix a couble of nasties regarding mouse pointer and different 1996-09-30 23:00:58 +00:00
linux Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixed 1996-10-15 18:24:34 +00:00