diff options
Diffstat (limited to 'sys/dev/ic/i82596.c')
-rw-r--r-- | sys/dev/ic/i82596.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/i82596.c b/sys/dev/ic/i82596.c index 6d379008810..769e2a7ecbf 100644 --- a/sys/dev/ic/i82596.c +++ b/sys/dev/ic/i82596.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82596.c,v 1.23 2003/12/09 11:48:14 mickey Exp $ */ +/* $OpenBSD: i82596.c,v 1.24 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: i82586.c,v 1.18 1998/08/15 04:42:42 mycroft Exp $ */ /*- @@ -159,7 +159,6 @@ Mode of operation: #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #ifdef INET |