From: Ted Lemon Date: Thu, 4 Feb 1999 22:10:09 +0000 (+0000) Subject: Don't include net/ethernet.h on Linux X-Git-Tag: V2-BETA-1-PATCH-10~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53d9c06f405b183411e55824a95fb776c0d61950;p=thirdparty%2Fdhcp.git Don't include net/ethernet.h on Linux --- diff --git a/common/bpf.c b/common/bpf.c index 696845965..c16b4fb30 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 # include -# include # define bpf_insn sock_filter /* Linux: dare to be gratuitously different. */ # else # include