Subject: bin/2464: usr/sbin/tcpdump/print-tcp.c tryys to include "nfs.h" which is not
To: None <gnats-bugs@NetBSD.ORG>
From: Thorsten Frueauf <frueauf@ira.uka.de>
List: netbsd-bugs
Date: 05/24/1996 09:34:27
>Number:         2464
>Category:       bin
>Synopsis:       usr/sbin/tcpdump/print-tcp.c tryys to include "nfs.h" which is not 
         avaiable
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    bin-bug-people (Utility Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri May 24 04:20:03 1996
>Last-Modified:
>Originator:     Thorsten Frueauf
>Organization:
private
>Release:        <NetBSD-current source date>
>Environment:
	
System: NetBSD di_frueauf 1.1B NetBSD 1.1B (CYBERDYNE) #0: Wed May 22 07:33:46 GMT 1996 milano@di_frueauf:/usr/src/sys/arch/amiga/compile/CYBERDYNE amiga


>Description:
	
usr/sbin/tcpdump/print-tcp.c tryys to include "nfs.h" which is not avaiable.
>How-To-Repeat:
	
cd /src/usr.sbin/tcpdump ; make cleandir ; make depend ; make and watch:

cc -O -DCSLIP -DPPP -DFDDI -DETHER_SERVICE  -Werror  -c /usr/src/usr.sbin/tcpdum
p/print-tcp.c
/usr/src/usr.sbin/tcpdump/print-tcp.c:49: nfs.h: No such file or directory
*** Error code 1

>Fix:
	
add /src/usr.sbin/tcpdump/nfs.h to the source tree or remove the include line.
>Audit-Trail:
>Unformatted:
usr/sbin/tcpdump/print-tcp.c tryys to include "nfs.h" which is not avaiable