diff options
author | assar <assar> | 2000-07-11 00:37:04 +0000 |
---|---|---|
committer | assar <assar> | 2000-07-11 00:37:04 +0000 |
commit | 0e2f8c8892e9fb0611cc2ccf5e184dd89e0b07ec (patch) | |
tree | ead83dca292a82381013bd0d78a311d328825d0c /bpf_image.c | |
parent | ca9f99af45f80ccba087f942b5d30a8216a2ef03 (diff) | |
download | libpcap-0e2f8c8892e9fb0611cc2ccf5e184dd89e0b07ec.tar.gz |
add config.h, remove gnuc.h. remove __dead
Diffstat (limited to 'bpf_image.c')
-rw-r--r-- | bpf_image.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bpf_image.c b/bpf_image.c index c7d3aaea..ab225eda 100644 --- a/bpf_image.c +++ b/bpf_image.c @@ -21,7 +21,11 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/bpf_image.c,v 1.23 2000-04-27 09:11:11 itojun Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/bpf_image.c,v 1.24 2000-07-11 00:37:04 assar Exp $ (LBL)"; +#endif + +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include <sys/types.h> @@ -32,7 +36,6 @@ static const char rcsid[] = #include "pcap-int.h" -#include "gnuc.h" #ifdef HAVE_OS_PROTO_H #include "os-proto.h" #endif |