Date: Thu, 14 Dec 2000 00:35:00 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: John Baldwin <jhb@FreeBSD.org> Cc: Matthew Jacob <mjacob@feral.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Peter Jeremy <peter.jeremy@alcatel.com.au> Subject: Re: cvs commit: src/sys/sys kernel.h eventhandler.h src/sys/kern Message-ID: <Pine.BSF.4.21.0012140017550.2238-100000@besplex.bde.org> In-Reply-To: <XFMail.001212130500.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 12 Dec 2000, John Baldwin wrote: > On 12-Dec-00 Matthew Jacob wrote: > > > >> I wasn't sure if this breakage had been seen by anyone else. The fix is to > >> have agp include sys/proc.h. I'll commit in a second.. > > > > I believe the issue here is that poul *removed* sys/proc.h (from this and > > tty_cons.c). > > It was hidden because sys/mutex.h includes sys/proc.h, and sys/eventhandler.h > used to include sys/mutex.h. Blech. It's more blecherous than that. <sys/mutex.h> doesn't include <sys/proc.h>. It includes <machine/globals.h>. <machine/globals.h> is supposed to be included nested but isn't properly designed for this. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0012140017550.2238-100000>