summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-02-04 22:10:09 +0000
committerTed Lemon <source@isc.org>1999-02-04 22:10:09 +0000
commit53d9c06f405b183411e55824a95fb776c0d61950 (patch)
tree8dc0aeca03a0f537f7855f4d1cd1cd1519962889 /common
parent4a284fd824747a9a44a79844ffe0721c089ca565 (diff)
downloadisc-dhcp-53d9c06f405b183411e55824a95fb776c0d61950.tar.gz
Don't include net/ethernet.h on Linux
Diffstat (limited to 'common')
-rw-r--r--common/bpf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/bpf.c b/common/bpf.c
index 69684596..c16b4fb3 100644
--- a/common/bpf.c
+++ b/common/bpf.c
@@ -42,7 +42,7 @@
#ifndef lint
static char copyright[] =
-"$Id: bpf.c,v 1.19.2.4 1999/02/03 19:46:04 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: bpf.c,v 1.19.2.5 1999/02/04 22:10:09 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -51,7 +51,6 @@ static char copyright[] =
# if defined (USE_LPF_RECEIVE)
# include <asm/types.h>
# include <linux/filter.h>
-# include <net/ethernet.h>
# define bpf_insn sock_filter /* Linux: dare to be gratuitously different. */
# else
# include <sys/ioctl.h>