diff options
author | 2004-05-12 06:35:10 +0000 | |
---|---|---|
committer | 2004-05-12 06:35:10 +0000 | |
commit | 2841e55716918088687dfc04466696df8c16f129 (patch) | |
tree | 2590b4eb662219acedef07b0710e8bd88cc19722 /sys/dev/isa/if_ec.c | |
parent | sync (diff) | |
download | wireguard-openbsd-2841e55716918088687dfc04466696df8c16f129.tar.xz wireguard-openbsd-2841e55716918088687dfc04466696df8c16f129.zip |
network drivers don't need to include bpfdesc.h
ok krw@ canacar@
Diffstat (limited to 'sys/dev/isa/if_ec.c')
-rw-r--r-- | sys/dev/isa/if_ec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ec.c b/sys/dev/isa/if_ec.c index 9cc75ebc668..dddb458905d 100644 --- a/sys/dev/isa/if_ec.c +++ b/sys/dev/isa/if_ec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ec.c,v 1.4 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: if_ec.c,v 1.5 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: if_ec.c,v 1.9 1998/07/05 06:49:12 jonathan Exp $ */ /*- @@ -92,7 +92,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/bus.h> |