Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-26 Thread Michael Harnois
On Sat, 25 Nov 2000 18:01:33 -0500 (EST), Bosko Milekic [EMAIL PROTECTED] said: jlemon, I think you may want to remove the include for sys/mbuf.h in if_var.h if it isn't needed (try) -- I think this is what may be screwing up netstat. OK, I think I have it now. Remove

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-26 Thread Jonathan Lemon
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

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-26 Thread Alfred Perlstein
* 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

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-26 Thread Jonathan Lemon
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

world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-25 Thread Steve Kargl
=== usr.bin/netstat cc -O -pipe -Wall -DIPSEC -DINET6 -DIPSEC -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/netstat/if.c In file included from /usr/obj/usr/src/i386/usr/include/net/if_var.h:78, from /usr/src/usr.bin/netstat/if.c:49:

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-25 Thread Bosko Milekic
No biggie guys... jlemon, I think you may want to remove the include for sys/mbuf.h in if_var.h if it isn't needed (try) -- I think this is what may be screwing up netstat. Sorry, Steve, for this inconvenience, but this stuff does occasionally happen in -CURRENT. :-) On Sat, 25

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-25 Thread Michael Harnois
On Sat, 25 Nov 2000 18:01:33 -0500 (EST), Bosko Milekic [EMAIL PROTECTED] said: jlemon, I think you may want to remove the include for sys/mbuf.h in if_var.h if it isn't needed (try) -- I think this is what may be screwing up netstat. I tried your suggestion and it got me past