diff options
Diffstat (limited to 'sbin/dhclient/bpf.c')
-rw-r--r-- | sbin/dhclient/bpf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhclient/bpf.c b/sbin/dhclient/bpf.c index 42e313a62d8..5913533c64a 100644 --- a/sbin/dhclient/bpf.c +++ b/sbin/dhclient/bpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bpf.c,v 1.21 2012/01/15 13:05:23 phessler Exp $ */ +/* $OpenBSD: bpf.c,v 1.22 2012/11/15 14:54:18 krw Exp $ */ /* BPF socket interface code, originally contributed by Archie Cobbs. */ @@ -48,7 +48,6 @@ #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/udp.h> -#include <netinet/if_ether.h> #define BPF_FORMAT "/dev/bpf%d" |