summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_hp.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2004-05-12 06:35:12 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2004-05-12 06:35:12 +0000
commitf1aace4c284d1880200a3f0d807d8d52df86e32e (patch)
tree012da8a481f8b69d007dff6ca12d8696caa7b57d /sys/dev/isa/if_hp.c
parent115bf410b3d9a103646ec9354add04ec05ecb99d (diff)
network drivers don't need to include bpfdesc.h
ok krw@ canacar@
Diffstat (limited to 'sys/dev/isa/if_hp.c')
-rw-r--r--sys/dev/isa/if_hp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/if_hp.c b/sys/dev/isa/if_hp.c
index 9bca88a8f82..2d31185b352 100644
--- a/sys/dev/isa/if_hp.c
+++ b/sys/dev/isa/if_hp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_hp.c,v 1.10 2003/06/02 23:28:02 millert Exp $ */
+/* $OpenBSD: if_hp.c,v 1.11 2004/05/12 06:35:11 tedu Exp $ */
/* $NetBSD: if_hp.c,v 1.21 1995/12/24 02:31:31 mycroft Exp $ */
/* XXX THIS DRIVER IS BROKEN. IT WILL NOT EVEN COMPILE. */
@@ -78,7 +78,6 @@
#if NBPFILTER > 0
#include <sys/select.h>
#include <net/bpf.h>
-#include <net/bpfdesc.h>
#endif
#include <machine/cpu.h>