]> The Tcpdump Group git mirrors - tcpdump/commitdiff
"gmt2local.c" doesn't need "struct timeval", so it doesn't need to
authorguy <guy>
Sat, 1 Jun 2002 23:43:34 +0000 (23:43 +0000)
committerguy <guy>
Sat, 1 Jun 2002 23:43:34 +0000 (23:43 +0000)
include <sys/time.h>.

gmt2local.c

index 752749673e7c5570a5becc618f79900db95ca7a4..a79074024b6923e9b10d52ff7cdd84c1dc8d42a3 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.4 2000-07-11 00:49:02 assar Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.5 2002-06-01 23:43:34 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -29,12 +29,9 @@ static const char rcsid[] =
 #endif
 
 #include <sys/types.h>
-#include <sys/time.h>
 
 #include <stdio.h>
-#ifdef TIME_WITH_SYS_TIME
 #include <time.h>
-#endif
 
 #ifdef HAVE_OS_PROTO_H
 #include "os-proto.h"