]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-raw.c
Get rid of unneeded incomplete definitions of "struct mbuf" and "struct
[tcpdump] / print-raw.c
index 979b5f8f01f038a04fdd65647288c1a8266e3e99..eda9e0563a6c3d23b6267cc64865c6a9870ff9d6 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.34 2001-07-05 18:54:17 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.35 2002-06-01 23:50:33 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -31,8 +31,6 @@ static const char rcsid[] =
 #include <sys/param.h>
 #include <sys/time.h>
 #include <sys/socket.h>
-#include <sys/file.h>
-#include <sys/ioctl.h>
 
 #include <netinet/in.h>