From 0e2f8c8892e9fb0611cc2ccf5e184dd89e0b07ec Mon Sep 17 00:00:00 2001 From: assar Date: Tue, 11 Jul 2000 00:37:04 +0000 Subject: add config.h, remove gnuc.h. remove __dead --- pcap-snoop.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pcap-snoop.c') diff --git a/pcap-snoop.c b/pcap-snoop.c index a862300..c0029ee 100644 --- a/pcap-snoop.c +++ b/pcap-snoop.c @@ -20,7 +20,11 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/pcap-snoop.c,v 1.25 2000-04-30 07:32:56 assar Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/pcap-snoop.c,v 1.26 2000-07-11 00:37:07 assar Exp $ (LBL)"; +#endif + +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include @@ -50,7 +54,6 @@ static const char rcsid[] = #include "pcap-int.h" -#include "gnuc.h" #ifdef HAVE_OS_PROTO_H #include "os-proto.h" #endif -- cgit v1.2.3