]> The Tcpdump Group git mirrors - tcpdump/blobdiff - gmt2local.c
tcpdump.1 is generated from tcpdump.1.in.
[tcpdump] / gmt2local.c
index 067812a144364bc8dddb42a1b3c46e3c91a0c4fa..1fe0e8a955f338ae1706b643c915f22e43eb3c3d 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#ifndef lint
+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"
 
 #include <tcpdump-stdinc.h>
 
-
-#include "interface.h"
-
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.8 2003-11-15 00:39:13 guy Exp $ (LBL)";
-#endif
-
 #include <stdio.h>
 
 #ifdef HAVE_OS_PROTO_H