aboutsummaryrefslogtreecommitdiff
path: root/contrib/libpcap/etherent.c
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2001-04-03 04:18:09 +0000
committerBill Fenner <fenner@FreeBSD.org>2001-04-03 04:18:09 +0000
commitdc2c73054649ef119172bbf4af9db37a2758dfa0 (patch)
tree3549230334d9c115b8db8b950fb89d69f7b23d16 /contrib/libpcap/etherent.c
parentbb63323352843752e4b60d23b77de85ce3bc4a6e (diff)
downloadsrc-dc2c73054649ef119172bbf4af9db37a2758dfa0.tar.gz
src-dc2c73054649ef119172bbf4af9db37a2758dfa0.zip
Virgin import of tcpdump.org libpcap v0.6.2
Notes
Notes: svn path=/vendor/libpcap/dist/; revision=75107
Diffstat (limited to 'contrib/libpcap/etherent.c')
-rw-r--r--contrib/libpcap/etherent.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/libpcap/etherent.c b/contrib/libpcap/etherent.c
index e00325ee9199..fa5f0a9e5cec 100644
--- a/contrib/libpcap/etherent.c
+++ b/contrib/libpcap/etherent.c
@@ -21,7 +21,11 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/etherent.c,v 1.20.1.1 1999/10/07 23:46:40 mcr Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/etherent.c,v 1.21 2000/07/11 00:37:04 assar Exp $ (LBL)";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
#endif
#include <sys/types.h>
@@ -35,7 +39,6 @@ static const char rcsid[] =
#include <pcap-namedb.h>
-#include "gnuc.h"
#ifdef HAVE_OS_PROTO_H
#include "os-proto.h"
#endif