diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-12 06:35:12 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-12 06:35:12 +0000 |
commit | f1aace4c284d1880200a3f0d807d8d52df86e32e (patch) | |
tree | 012da8a481f8b69d007dff6ca12d8696caa7b57d /sys/dev/eisa | |
parent | 115bf410b3d9a103646ec9354add04ec05ecb99d (diff) |
network drivers don't need to include bpfdesc.h
ok krw@ canacar@
Diffstat (limited to 'sys/dev/eisa')
-rw-r--r-- | sys/dev/eisa/if_ep_eisa.c | 3 | ||||
-rw-r--r-- | sys/dev/eisa/if_fea.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/eisa/if_ep_eisa.c b/sys/dev/eisa/if_ep_eisa.c index 666d68736e7..acd0924c5b9 100644 --- a/sys/dev/eisa/if_ep_eisa.c +++ b/sys/dev/eisa/if_ep_eisa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_eisa.c,v 1.17 2003/01/10 17:07:09 mickey Exp $ */ +/* $OpenBSD: if_ep_eisa.c,v 1.18 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: if_ep_eisa.c,v 1.13 1997/04/18 00:50:33 cgd Exp $ */ /* @@ -60,7 +60,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/eisa/if_fea.c b/sys/dev/eisa/if_fea.c index 1f2dd99e14c..3a075e7a1c6 100644 --- a/sys/dev/eisa/if_fea.c +++ b/sys/dev/eisa/if_fea.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fea.c,v 1.16 2004/01/09 21:32:23 brad Exp $ */ +/* $OpenBSD: if_fea.c,v 1.17 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: if_fea.c,v 1.9 1996/10/21 22:31:05 thorpej Exp $ */ /*- @@ -52,7 +52,6 @@ #include "bpfilter.h" #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #ifdef INET |