]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-netbios.c
patches to help build on Linux 2.2
[tcpdump] / print-netbios.c
index e3ecaa36ead9c273c4bd34c69a5c92588e367511..2de7e21e9d26f9ab1744cc3aeec985b99b14e47b 100644 (file)
@@ -24,7 +24,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-netbios.c,v 1.10 1999-10-07 23:47:12 mcr Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-netbios.c,v 1.11 1999-10-17 21:37:13 mcr Exp $";
 #endif
 
 #include <sys/param.h>
@@ -33,11 +33,8 @@ static const char rcsid[] =
 #include <netinet/in.h>
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
-#include <netinet/ip_var.h>
 #include <netinet/udp.h>
-#include <netinet/udp_var.h>
 #include <netinet/tcp.h>
-#include <netinet/tcpip.h>
 
 #ifdef __STDC__
 #include <stdlib.h>