]> The Tcpdump Group git mirrors - libpcap/commitdiff
From Gisle Vanem: there's no need to include <sys/time.h> in
authorguy <guy>
Fri, 17 Dec 2004 20:16:44 +0000 (20:16 +0000)
committerguy <guy>
Fri, 17 Dec 2004 20:16:44 +0000 (20:16 +0000)
"gencode.c", as "pcap.h" includes it.

gencode.c

index 3f8d3be443ab6d913698a97c95fe94cbe3a4e99f..023e14d2eb2be8f429ccbe1487ae39f54d94f033 100644 (file)
--- a/gencode.c
+++ b/gencode.c
@@ -21,7 +21,7 @@
  */
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.213 2004-12-15 00:25:08 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.214 2004-12-17 20:16:44 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -33,7 +33,6 @@ static const char rcsid[] _U_ =
 #else /* WIN32 */
 #include <sys/types.h>
 #include <sys/socket.h>
-#include <sys/time.h>
 #endif /* WIN32 */
 
 /*