aboutsummaryrefslogtreecommitdiff
path: root/pcap-bpf.c
diff options
context:
space:
mode:
authorassar <assar>2000-07-11 00:37:04 +0000
committerassar <assar>2000-07-11 00:37:04 +0000
commit0e2f8c8892e9fb0611cc2ccf5e184dd89e0b07ec (patch)
treeead83dca292a82381013bd0d78a311d328825d0c /pcap-bpf.c
parentca9f99af45f80ccba087f942b5d30a8216a2ef03 (diff)
add config.h, remove gnuc.h. remove __dead
Diffstat (limited to 'pcap-bpf.c')
-rw-r--r--pcap-bpf.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/pcap-bpf.c b/pcap-bpf.c
index 8c11b51d..566e5869 100644
--- a/pcap-bpf.c
+++ b/pcap-bpf.c
@@ -20,7 +20,11 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.34 2000-07-10 04:50:05 assar Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.35 2000-07-11 00:37:05 assar Exp $ (LBL)";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
#endif
#include <sys/param.h> /* optionally get BSD define */
@@ -42,7 +46,6 @@ static const char rcsid[] =
#include "pcap-int.h"
-#include "gnuc.h"
#ifdef HAVE_OS_PROTO_H
#include "os-proto.h"
#endif