Date: Mon, 20 Mar 1995 08:33:05 -0800 (PST) From: "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com> To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Cc: jhay@mikom.csir.co.za, current@FreeBSD.org Subject: Re: make netstat breaks Message-ID: <199503201633.IAA27181@gndrsh.aac.dev.com> In-Reply-To: <199503201617.IAA27139@gndrsh.aac.dev.com> from "Rodney W. Grimes" at Mar 20, 95 08:17:54 am
next in thread | previous in thread | raw e-mail | index | archive | help
> > > > > Hi, > > > > After the latest changes to kvm.h I get: > > cc -O2 -I/sys -c /usr/src/usr.bin/netstat/unix.c > > In file included from /usr/src/usr.bin/netstat/unix.c:41: > > /usr/include/kvm.h:66: parse error before `kvm_uread' > > /usr/include/kvm.h:66: parse error before `u_long' > > > > Shouldn't kvm.h include sys/types.h ? or should netstat include it? > > I just fixed this, in /usr/src/include/kvm.h change u_long to unsigned > long like all the other unsigned long's in the file. I jumped the gun, your error message above was cut short, there are other problems here. I am commenting out the declaration of kvm_uread until all of this can get fixed *correctly* and without causing build world to fail. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503201633.IAA27181>