From: guy Date: Tue, 9 Apr 2002 07:45:09 +0000 (+0000) Subject: No UNIX-specific functions are used here, so there's no need to include X-Git-Tag: libpcap-0.7.2~28 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/f2fcdf9a3697e7e58cf04a6d755528d636196b4e No UNIX-specific functions are used here, so there's no need to include . --- diff --git a/savefile.c b/savefile.c index 4303fb60..7b64be20 100644 --- a/savefile.c +++ b/savefile.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.55.2.2 2002-03-24 23:25:38 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.55.2.3 2002-04-09 07:45:09 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -42,7 +42,6 @@ static const char rcsid[] = #include #include #include -#include #include "pcap-int.h"