Date: Wed, 4 Mar 1998 20:29:56 -0500 From: "Alfred Perlstein" <perlsta@cs.sunyit.edu> To: "Adam Ryan Mcdougall" <mcdougall@ameritech.net>, <current@FreeBSD.ORG> Subject: Re: trafshow broken on curent? Message-ID: <015f01bd47d6$36a1f8c0$0600a8c0@win95.local.sunyit.edu>
next in thread | raw e-mail | index | archive | help
i had the same problem, it's not 3.0 causeing the problem, it's trafshow... edit interfaces.c and remove the line: #include <net/if_slvar.h> it is not needed... -Alfred could someone fix the port? -----Original Message----- From: Adam Ryan Mcdougall <mcdougall@ameritech.net> To: current@FreeBSD.ORG <current@FreeBSD.ORG> Date: Wednesday, March 04, 1998 12:05 PM Subject: trafshow broken on curent? >I have encountered this on several 3.0-current systems. > ># make all >>> Checksum OK for trafshow-2.0.tgz. >===> Extracting for trafshow-2.0 >===> Patching for trafshow-2.0 >===> Applying FreeBSD patches for trafshow-2.0 >===> Configuring for trafshow-2.0 >===> Building for trafshow-2.0 >cc -O2 -I../include -DETHER_SERVICE -c addrtoname.c >cc -O2 -I../include -DETHER_SERVICE -c bpf.c >cc -O2 -I../include -DETHER_SERVICE -c bpf_dump.c >cc -O2 -I../include -DETHER_SERVICE -c bpf_filter.c >cc -O2 -I../include -DETHER_SERVICE -c bpf_image.c >cc -O2 -I../include -DETHER_SERVICE -c etherent.c >cc -O2 -I../include -DETHER_SERVICE -c gencode.c >cc -O2 -I../include -DETHER_SERVICE -c inet.c >cc -O2 -I../include -DETHER_SERVICE -c interfaces.c >In file included from interfaces.c:26: >/usr/include/net/if_slvar.h:69: field `sc_comp' has incomplete type >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. ># > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?015f01bd47d6$36a1f8c0$0600a8c0>