From owner-freebsd-current Sun Nov 26 11:29:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 0D15337B4CF; Sun, 26 Nov 2000 11:29:27 -0800 (PST) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id eAQJS0n13267; Sun, 26 Nov 2000 13:28:00 -0600 (CST) (envelope-from jlemon) Date: Sun, 26 Nov 2000 13:28:00 -0600 From: Jonathan Lemon To: Alfred Perlstein Cc: Jonathan Lemon , Michael Harnois , Bosko Milekic , Steve Kargl , jlemon@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: world broken: mbuf.h:120: `MSIZE' undeclared here Message-ID: <20001126132800.J69183@prism.flugsvamp.com> References: <86r93yr2lr.fsf@mharnois.workgroup.net> <86itpar1sr.fsf@mharnois.workgroup.net> <20001126131605.I69183@prism.flugsvamp.com> <20001126112345.U8051@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20001126112345.U8051@fw.wintelcom.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 26, 2000 at 11:23:45AM -0800, Alfred Perlstein wrote: > * Jonathan Lemon [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 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 > > #endif /* _KERNEL */ > > #include > > > > 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message