]> The Tcpdump Group git mirrors - tcpdump/blobdiff - gmt2local.c
tcpdump.1 is generated from tcpdump.1.in.
[tcpdump] / gmt2local.c
index a79074024b6923e9b10d52ff7cdd84c1dc8d42a3..1fe0e8a955f338ae1706b643c915f22e43eb3c3d 100644 (file)
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.5 2002-06-01 23:43:34 guy Exp $ (LBL)";
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.9 2003-11-16 09:36:09 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <sys/types.h>
+#include <tcpdump-stdinc.h>
 
 #include <stdio.h>
-#include <time.h>
 
 #ifdef HAVE_OS_PROTO_H
 #include "os-proto.h"