]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udp.c
Remove some includes of <sys/socket.h>, and add includes of
[tcpdump] / print-udp.c
index c9627b4b7fa98f94c70925a21ec20604bf1ed872..f3a535b37a95c0c271a22c672b51a17020dbcbfa 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.85 2000-10-07 05:53:14 itojun Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.86 2000-10-10 05:05:07 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -30,7 +30,6 @@ static const char rcsid[] =
 
 #include <sys/param.h>
 #include <sys/time.h>
-#include <sys/socket.h>
 
 #include <netinet/in.h>