Make world Broken on my machine

1999-04-05 Thread Kenneth Wayne Culver
What am I doing wrong here, this is my error, CVSup was run 10 minutes ago. cc -O -pipe -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/objc -DFREEBSD_ELF -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc -

I still get errors on make world

1999-04-05 Thread Kenneth Wayne Culver
I still get errors, would killing all the source, and re-supping do the trick?? Kenneth Culver To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

RE: I still get errors on make world

1999-04-05 Thread Jeroen Ruigrok/Asmodai
On 05-Apr-99 Kenneth Wayne Culver wrote: I still get errors, would killing all the source, and re-supping do the trick?? To ensure a complete clean build try to do this: rm -rf the whole of /usr/obj cvsup one last time then make world or buildworld WITHOUT -j flags. Takes a while

Re: I still get errors on make world

1999-04-05 Thread Andreas Klemm
last time then make world or buildworld WITHOUT -j flags. Takes a while, but ensure accurate errors for the remaining errors. That's how I am trying to `help' David ;) I did additionally the following: rm -rf /usr/include/* cd /usr/src make includes cd /usr/src

Re: I still get errors on make world

1999-04-05 Thread David O'Brien
I did additionally the following: rm -rf /usr/include/* cd /usr/src make includes cd /usr/src make -DCLOBBER includes -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the

Re: Make world Broken on my machine

1999-04-05 Thread David O'Brien
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/ gcc/gengenrtl.c:22: /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:3: linux.h: No such file or directory ^^^ I'm not sure where this came from. I never commited bits that created tm.h that specified linux.h

Make world of 990404 14:20 GMT

1999-04-04 Thread Jeroen Ruigrok/Asmodai
Just for the stats: === gnu/lib/libg++/doc === gnu/lib/libgcc cd: can't cd to /work/FreeBSD/src/gnu/lib/libgcc *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Looking in /usr/src/gnu/lib there's no

make world is broken ...

1999-04-03 Thread Gianmarco Giovannelli
The make world (4.0-current) broke yesterday and after a day of cvsupping is still broke ... I can't send the output but it stopped in the libc I presume ... Please check... Happy Easter to everybody (also to whom broke world :-)) Thanks for attention Best Regards, Gianmarco Giovannelli

Re: make world is hosed

1999-04-03 Thread David O'Brien
- - Last section: Building elf libraries - - Last arrow: === libstdc++ - - Last 20

Re: make world is hosed

1999-04-03 Thread Amancio Hasty
I did a cvsup and a make world around 8:00 PM last nite and went without a hitch . Amancio To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

Re: make world is hosed

1999-04-03 Thread Pierre Y. Dampure
David O'Brien wrote: Is anyone else experiencing this? -- I did earlier on today; I removed /usr/src/gnu/usr.bin/cc/libgcc, and all went fine. It might in fact have been a consequence of one of your earlier commits (when you moved the Makefile to the Attic)? Best Regards, PYD To

make world fail with ctm src-cur.3809

1999-04-01 Thread Chan Yiu Wah
Hello, I tried to update my system with ctm upto src-cur.3809 and found the following error. Can anyone help ? thanks. Clarence === Error === In file included from /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/new.cc:24:

HEADS UP!! NOAOUT `make world' knob changed

1999-03-29 Thread David O'Brien
I have just changed made a change concerning the building of legacy a.out bits during `make world'. Previous to my change, one would define NOAOUT to keep from building the legacy a.out bits. Now one would define WANT_AOUT to build them. The default of building a.out bits gets in the way

Re: HEADS UP!! NOAOUT `make world' knob changed

1999-03-29 Thread Greg Lehey
On Monday, 29 March 1999 at 3:02:28 -0800, David O'Brien wrote: I have just changed made a change concerning the building of legacy a.out bits during `make world'. Previous to my change, one would define NOAOUT to keep from building the legacy a.out bits. Now one would define WANT_AOUT

Re: HEADS UP!! NOAOUT `make world' knob changed

1999-03-29 Thread David O'Brien
Previous to my change, one would define NOAOUT to keep from building the legacy a.out bits. Now one would define WANT_AOUT to build them. Does this mean that new systems will no longer run a.out binaries? No. Or will the libraries no longer be built? Yes. Will the existing ones be

Re: HEADS UP!! NOAOUT `make world' knob changed

1999-03-29 Thread Joel Ray Holveck
I have just changed made a change concerning the building of legacy a.out bits during `make world'. Previous to my change, one would define NOAOUT to keep from building the legacy a.out bits. Now one would define WANT_AOUT to build them. The default of building a.out bits gets in the way

Re: HEADS UP!! NOAOUT `make world' knob changed

1999-03-29 Thread David O'Brien
Will WANT_AOUT be considered a supported option? If I can get it to work. That is, if I choose to build a.out libraries, will I be giving up the right to gripe when `make world' breaks, and be resigned to the ranks of the NOCLEAN masses? At this time (well... you will know when you time

natd broke my make world (990326)

1999-03-26 Thread Gianmarco Giovannelli
It's more than one days that natd modifications break my make world... Anyone, other than me, has verified it ? (4.0-CURRENT) === sbin/natd cc -nostdinc -O -pipe -Wall -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/natd/natd.c cc -nostdinc -O -pipe -Wall -I/usr/obj/usr/src/tmp/usr

Re: make world broken for a day. some NFS stuff as well.

1999-03-01 Thread Sheldon Hearn
On Sun, 28 Feb 1999 20:06:33 EST, Alfred Perlstein wrote: Lastly i'm interested in writing a man page for kernel.conf i know how to submit diffs, but what about totally new files? just send-pr with it attached? or a url? Send-pr(1). For new files, see the diff(1) manpage description of the

make world broken for a day. some NFS stuff as well.

1999-02-28 Thread Alfred Perlstein
Sorry if this is the result of work in progress, but i've been unable to make world since saturday night. It happens during the build of libskey. -- cc -fpic -DPIC -pipe -DPERMIT_CONSOLE -D_SKEY_INTERNAL -I/usr/src/lib/libskey -W -Wall -Werror -I/usr/obj/usr/src/tmp/usr/include -c /usr/src

make world fails on natd

1999-02-27 Thread Gianmarco Giovannelli
My current box, cvsupped at abot 15:30 (CET) of the 27-02-1999 fails to complete the make world : === usr.sbin/natd cc -nostdinc -O -pipe -Wall -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/natd/nat d.c cc -nostdinc -O -pipe -Wall -I/usr/obj/usr/src/tmp/usr/include -c /usr/src

make world gottcha...

1999-02-07 Thread Poul-Henning Kamp
Any clues to this one ? -- Making make -- mkdir -p /usr/obj/usr/src/tmp/usr/bin /usr/obj/usr/src/tmp/make [...] cc -O -pipe -I/usr/src/usr.bin/make

Re: make world gottcha...

1999-02-07 Thread Bruce Evans
install -c -s -o root -g wheel -m 555 make /usr/obj/usr/src/tmp install: /usr/obj/usr/src/tmp/make: Is a directory Something set BINDIR (to ) in the environment. Bruce To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

make world dies on todayes cvsup...............

1999-02-07 Thread William Woods
On todays cvsup of -current, I get the following -- /usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:201: dereferencing pointer to incompl ete type /usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:202: dereferencing pointer to incompl

make world: fail

1999-02-03 Thread Hostas Red
Hi! At least for a week now i can't make world with following message: === sys/modules/syscons/logo make: don't know how to make /usr/src/sys/modules/syscons/logo/@/i386/isa/videoio.h. Stop *** Error code 2 Stop. *** Error code 1 ... What i'm getting wrong? Maybe i've missed something? Adios

Re: make world: fail

1999-02-03 Thread Vladimir Kushnir
On Thu, 4 Feb 1999, Hostas Red wrote: Hi! At least for a week now i can't make world with following message: === sys/modules/syscons/logo make: don't know how to make /usr/src/sys/modules/syscons/logo/@/i386/isa/videoio.h. Stop *** Error code 2 Stop. *** Error code 1 ... What

make world failure (2 days in a row)

1999-02-02 Thread John W. DeBoskey
Hi, The following says it all... Thanks, John === ru cd /usr/doc/ru ; make afterdistribute DESTDIR=/R/stage/trees/bin === ru/FAQ cd /usr/doc/ru/FAQ ; make install DESTDIR=/R/stage/trees/doc SHARED=copies install -c -o root -g wheel -m 444 FAQ*.html /R/stage/trees/doc/usr/share/doc/ru/FAQ

Make world failure in lpr.c

1999-02-01 Thread John W. DeBoskey
Hi, 4.0-current sources current as of 9pm EST. Is anyone else seeing this problem? Version 1.28 (wollman) seems to have broken this... The relevant pieces being: +static char*Uflag; /* user name specified with -U flag */ + uflag = optarg; uflag =

Re: Make world dies on 3.0 STABLE

1999-01-23 Thread Tom Jackson
On Thu, Jan 21, 1999 at 07:41:20AM -0400, Victor Salaman wrote: I just csvup'ed the sources...(I had the sources from January 12's snapshot). While trying to do a make world, eventually I get this message. c++ -pg -I/usr/obj/usr/src/tmp/usr/include/g++ -nostdinc -O -pipe -I/usr/src/gnu

Re: make world broken in /lib

1999-01-22 Thread Luke
me too -DNOSECURE seems to help but it hasn't completed yet. julian me too, but figured the longer strings with the crypt -DNOSECURE makes must be better :). Anyone know of an easy or possible way to turn a DES crypted passwd file into the normal libcrypt kind? --- E-Mail: Luke

make world breakage

1999-01-22 Thread Dima Ruban
Hey guys! After all these commits for secure/lib/libcrypt it seems that make world doesn't work anymore. === csu/i386-elf === libcom_err === libcom_err/doc === ../secure/lib/libcrypt cc -nostdinc -O -pipe -I/usr/src/secure/lib/libcrypt/../../../lib/libmd -Wall -I/usr/obj/usr/src/tmp/usr/include

Re: make world breakage

1999-01-22 Thread brian
at 02:54:08PM -0800, Dima Ruban wrote: After all these commits for secure/lib/libcrypt it seems that make world doesn't work anymore. === csu/i386-elf === libcom_err === libcom_err/doc === ../secure/lib/libcrypt cc -nostdinc -O -pipe -I/usr/src/secure/lib/libcrypt/../../../lib/libmd -Wall

Make world dies on 3.0 STABLE

1999-01-21 Thread Victor Salaman
I just csvup'ed the sources...(I had the sources from January 12's snapshot). While trying to do a make world, eventually I get this message. c++ -pg -I/usr/obj/usr/src/tmp/usr/include/g++ -nostdinc -O -pipe -I/usr/src/gnu /lib/libstdc++/../../../contrib/libg++/include -I/usr/obj/usr/src/tmp/usr

make world fails -- libcrypt's Makefile?

1999-01-21 Thread Norman C. Rice
Current cvsup'd today at 12:08 EST -- make world failed looking for /usr/src/secure/lib/libcrypt/crypt-md5.c. It appears that crypt-md5.c and crypt.3 were moved to /usr/src/lib/libcrypt/ on Thu Jan 21 13:50:09 1999 UTC by brandon, but /usr/src/secure/lib/libcrypt/Makefile still references

Re: make world broken in /lib

1999-01-21 Thread Julian Elischer
me too -DNOSECURE seems to help but it hasn't completed yet. julian To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

make world dying

1999-01-19 Thread Aaron D. Gifford
I'm still trying to upgrade from 3.0-RELEASE to 3.0-CURRENT unsuccessfully. It used to die in perl, then that was fixed, but for the past 2 days, it has been dying in /usr/src/sys/boot/i386/libi386. Is this a known problem? Yes, I'm a CURRENT newbie, but hopefully only until the split to 3.1

Re: make world dying

1999-01-19 Thread Chris Timmons
Hmmm, I zapped my /usr/obj clean around 1100PST 19/Jan/1999 and made world just fine. Try starting with an empty /usr/obj. You can pretty much glean from reading -current whether or not most people are building it or if it is broken. -questions is more for general freebsd issues. -Chris On

Re: make world dying

1999-01-19 Thread Matthew Dillon
:Hmmm, I zapped my /usr/obj clean around 1100PST 19/Jan/1999 and made world :just fine. Try starting with an empty /usr/obj. : :You can pretty much glean from reading -current whether or not most people :are building it or if it is broken. -questions is more for general :freebsd issues. :

Re: make world dying

1999-01-19 Thread Robert Nordier
Aaron D. Gifford wrote: I'm still trying to upgrade from 3.0-RELEASE to 3.0-CURRENT unsuccessfully. It used to die in perl, then that was fixed, but for the past 2 days, it has been dying in /usr/src/sys/boot/i386/libi386. Is this a known problem? Yes, I'm a CURRENT newbie, but hopefully

make world error upto src-cur.3710

1999-01-18 Thread Chan Yiu Wah
Hello, I tried to make world (src-cur.3710) todya and found the following error. Can anyone tell me how to solve it. thanks. Clarence === Error === In file included from /usr/obj/usr/src/gnu/usr.bin/perl/perl/perl.h:2081, from DynaLoader.xs:107: /usr/obj/usr/src/gnu

Broken make world

1999-01-18 Thread Charlie ROOT
I got the following when trying a new make world (1-17-99): cc -O -pipe -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.bin/netstat/if.c cc -O -pipe -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.bin/netstat/inet.c cc -O -pipe -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.bin

Make world breakage in netgraph

1999-01-17 Thread Greg Lehey
=== libnetgraph cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys -I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys

Re: Make world breakage in netgraph

1999-01-17 Thread Julian Elischer
hmm archie seems to have missed something. I'll look and see wht he's left out he just got called away while committing. On Fri, 19 Nov 1999, Greg Lehey wrote: === libnetgraph cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys

Re: Make world breakage in netgraph

1999-01-17 Thread Julian Elischer
try add this to ng_async.h I just committed this. It's in archie's tree but not the checked in version. /* Configuration for this node */ struct ng_async_cfg { u_char enabled;/* Turn encoding on/off */ -- u_char acfcomp;/* Address/control field

Re: Make world breakage in netgraph

1999-01-17 Thread Ollivier Robert
According to Greg Lehey: Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph. Re-sup. I fixed this already and added a few missing modules while I was here. 55mn for buildworld on my PIII/500 makes testing easy :-) -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD

Re: Make world breakage in netgraph

1999-01-17 Thread Greg Lehey
On Friday, 19 November 1999 at 12:34:27 -0800, Julian Elischer wrote: On Fri, 19 Nov 1999, Greg Lehey wrote: === libnetgraph cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys -I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c

Re: make world fails

1999-01-17 Thread David O'Brien
sorry i'm don't put error message i'm build and install -CURRENT kernel , and trying make world Do you have any local hacks in /usr/src/contrib/gcc/ ?? It seems you may have corrupted sources. Can you remove /usr/src/contrib/gcc and ``cvs up'' or ``cvsup'' again? To Unsubscribe: send mail

Re: Today's Make World

1999-01-17 Thread Greg Lehey
On Sunday, 17 January 1999 at 9:47:40 +0200, Mark Murray wrote: Jordan K. Hubbard wrote: We're all seeing this error, not to worry. Happily, it's clearly Mark's baby since he both imported the new texinfo *and* does the perl5 stuff. :-) ... and he is not getting the errors! It obviously

Re: Today's Make World

1999-01-17 Thread Mark Murray
Jordan K. Hubbard wrote: Every -current release I try and build falls over with this one. Tried making a release lately? :) Aaaah! _Releases_ are broken? For how long? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with

Re: Today's Make World

1999-01-17 Thread Mark Murray
Jordan K. Hubbard wrote: Every -current release I try and build falls over with this one. Tried making a release lately? :) OK - I got it! I backed out a commit and things are rosy. Have I mentioned before that I hate the Perl5 build? M -- Mark Murray Join the anti-SPAM movement:

Re: Today's Make World

1999-01-17 Thread Jordan K. Hubbard
Aaaah! _Releases_ are broken? For how long? Since the 12th, but don't worry - it was only your problem for the last couple of days. :) - Jordan To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

Re: Today's Make World

1999-01-17 Thread Mark Murray
Jordan K. Hubbard wrote: Aaaah! _Releases_ are broken? For how long? Since the 12th, but don't worry - it was only your problem for the last couple of days. :) OK - but losing stdio.h?? :-) That confuses the crap out of me. Anyone been screwing with build tools? M -- Mark Murray Join the

Re: Today's Make World

1999-01-17 Thread Bill Fenner
In message 199901171000.maa16...@greenpeace.grondar.za Mark Murray wrote: OK - but losing stdio.h?? :-) That confuses the crap out of me. Anyone been screwing with build tools? Uh, the failing command in my log file included -nostdinc; that does a good job of hiding friends like stdio.h...

Re: Today's Make World

1999-01-17 Thread Mark Murray
Bill Fenner wrote: In message 199901171000.maa16...@greenpeace.grondar.za Mark Murray wrote: OK - but losing stdio.h?? :-) That confuses the crap out of me. Anyone been screwing with build tools? Uh, the failing command in my log file included -nostdinc; that does a good job of hiding

make world release breakage

1999-01-17 Thread Joss Roots
Hi there, I've been experiencing breakage of make world very late during the install phase of man pages and rebuilding whatis database.(manually trying to make install in the /src/share/man) completes succefully. make release also breaks at the make readmes phase in /ports directory

Re: Today's Make World

1999-01-17 Thread Bill Fenner
The one that failed: cc -c -nostdinc -O -pipe -DVERSION=\1.03\ -DXS_VERSION=\1.03\ -DPIC - fpic -I/usr/obj/usr/src/gnu/usr.bin/perl/perl -DPERL_CORE -DLIBC= DynaLoader.c The one that succeeded: cc -c-DVERSION=\1.03\ -DXS_VERSION=\1.03\ -DPIC -fpic -I/usr/obj/us

Re: Today's Make World

1999-01-17 Thread Daniel O'Connor
On 17-Jan-99 Mark Murray wrote: Every -current release I try and build falls over with this one. Tried making a release lately? :) Aaaah! _Releases_ are broken? For how long? Hmm.. I did make release on the 12th (or so :) and it generates broken boot disks/cdroms :( (ie it doesn't put

Re: make world fails

1999-01-16 Thread Maxim Kolinko
sorry i'm don't put error message i'm build and install -CURRENT kernel , and trying make world cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H -DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc

Today's Make World

1999-01-16 Thread Edwin Culp
I haven't been able to make world since the texinfo problem. I don't see anyone else on the list with problems. Did I miss another change? Am I doing something wrong? Thanks, ed P.S. This is where I stopped this time. cvsup finished about 9:25 CST. DynaLoader.c:282: `NULL' undeclared

Re: Today's Make World

1999-01-16 Thread Carroll Kong
At 10:23 AM 1/16/99 -0600, Edwin Culp wrote: I haven't been able to make world since the texinfo problem. I don't see anyone else on the list with problems. Did I miss another change? Am I doing something wrong? Thanks, ed P.S. This is where I stopped this time. cvsup finished about 9:25

Re: Today's Make World

1999-01-16 Thread Edwin Culp
Carroll Kong wrote: I have been getting that error all day yesterday. Remade world 2-3 times... after cvsupping... none of the changes fixed it, and I still 'perished' at the same spot you did. I figured... I might as well wait a few more days before the next cvsup so they can fix whatever

Re: Today's Make World

1999-01-16 Thread David A. Gobeille
Edwin Culp wrote: I haven't been able to make world since the texinfo problem. I don't see anyone else on the list with problems. Did I miss another change? Am I doing something wrong? Thanks, ed P.S. This is where I stopped this time. cvsup finished about 9:25 CST

Re: Today's Make World

1999-01-16 Thread Matthew Jacob
Huh? Isn't a 'make world' or 'make buildworld' supposed to just do the right thing? I mean, I *have* converted to elf... On Sat, 16 Jan 1999, David A. Gobeille wrote: Edwin Culp wrote: I haven't been able to make world since the texinfo problem. I don't see anyone else on the list

Re: Today's Make World

1999-01-16 Thread Jordan K. Hubbard
We're all seeing this error, not to worry. Happily, it's clearly Mark's baby since he both imported the new texinfo *and* does the perl5 stuff. :-) - Jordan To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

Re: Today's Make World

1999-01-16 Thread Andrew Gordon
On Sat, 16 Jan 1999, Jordan K. Hubbard wrote: We're all seeing this error, not to worry. Happily, it's clearly Mark's baby since he both imported the new texinfo *and* does the perl5 stuff. :-) Backing out /usr/src/gnu/usr.bin/perl/libperl/config.SH* to 14jan allowed make world to complete

Re: Today's Make World

1999-01-16 Thread Mark Murray
Jordan K. Hubbard wrote: We're all seeing this error, not to worry. Happily, it's clearly Mark's baby since he both imported the new texinfo *and* does the perl5 stuff. :-) ... and he is not getting the errors! I have done N make worlds in the last 48 hours; clean as a whistle. (I do blow

Re: Today's Make World

1999-01-16 Thread Jordan K. Hubbard
Every -current release I try and build falls over with this one. Tried making a release lately? :) - Jordan Jordan K. Hubbard wrote: We're all seeing this error, not to worry. Happily, it's clearly Mark's baby since he both imported the new texinfo *and* does the perl5 stuff. :-) ...

Make world failure

1999-01-15 Thread John W. DeBoskey
Hi, My src tree is current as of 2:00 EST (35 minutes ago), and I'm seeing the following failure: cp dl_dlopen.xs DynaLoader.xs /usr/obj/usr/src/tmp/usr/bin/miniperl -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib

OOps broke make world..

1999-01-03 Thread Julian Elischer
I've broken 'make world' because I forgot theat netstat has promiscuous fingers in places it shouldn't 'QUICK FIX:' copy old /usr/src/sys/netgraph/ng_socketvar.h from before I deleted it. then netstat should recompile.. I will fix it as soon as I get to my source tree. julian

<    1   2   3   4   5   6