#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
#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"