X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/6e2695e9e0518960a90af1bc74bea4938259ac8c..refs/pull/440/head:/gmt2local.c diff --git a/gmt2local.c b/gmt2local.c index 75274967..6958f66a 100644 --- a/gmt2local.c +++ b/gmt2local.c @@ -19,22 +19,14 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.4 2000-07-11 00:49:02 assar Exp $ (LBL)"; -#endif - +#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include -#include +#include #include -#ifdef TIME_WITH_SYS_TIME -#include -#endif #ifdef HAVE_OS_PROTO_H #include "os-proto.h"