]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't include net/ethernet.h on Linux
authorTed Lemon <source@isc.org>
Thu, 4 Feb 1999 22:10:09 +0000 (22:10 +0000)
committerTed Lemon <source@isc.org>
Thu, 4 Feb 1999 22:10:09 +0000 (22:10 +0000)
common/bpf.c

index 6968459655dfc874946d5f3ec589c9c79713058f..c16b4fb30418bbb871790181323942707c696135 100644 (file)
@@ -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>