On Sun, Nov 26, 2000 at 11:23:45AM -0800, Alfred Perlstein wrote:
> * Jonathan Lemon <[EMAIL PROTECTED]> [001126 11:18] wrote:
> > On Sun, Nov 26, 2000 at 01:06:12PM -0600, Michael Harnois wrote:
> > > On 26 Nov 2000 12:48:48 -0600, Michael Harnois <[EMAIL PROTECTED]> said:
> > >
> > > > OK, I think I have it now. Remove sys/mbuf.h and change
> > > > machine/mutex.h to sys/mutex.h.
> > >
> > > Except that the kernel won't build if sys/mbuf.h isn't included. Oh well.
> >
> > Yes; I"m testing a fix with:
> >
> > #ifdef _KERNEL
> > #include <sys/mbuf.h>
> > #endif /* _KERNEL */
> > #include <sys/mutex.h>
> >
> > My machines are churning through a make world right now..
>
> Ick, shouldn't it just be required that one include sys/mbuf.h before
> this include file?
Probably, but I want to unbreak -current quickly. :-(
--
Jonathan
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message