Date: Mon, 20 Mar 1995 08:17:54 -0800 (PST) From: "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com> To: jhay@mikom.csir.co.za (John Hay) Cc: current@FreeBSD.org Subject: Re: make netstat breaks Message-ID: <199503201617.IAA27139@gndrsh.aac.dev.com> In-Reply-To: <199503201050.MAA26891@zibbi.mikom.csir.co.za> from "John Hay" at Mar 20, 95 12:50:39 pm
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. -- 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?199503201617.IAA27139>