diff options
Diffstat (limited to 'sys/i386/isa/if_ep.c')
-rw-r--r-- | sys/i386/isa/if_ep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c index 81d5a60..dbbf8db 100644 --- a/sys/i386/isa/if_ep.c +++ b/sys/i386/isa/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.70 1998/01/08 23:40:50 eivind Exp $ + * $Id: if_ep.c,v 1.71 1998/02/04 22:32:19 eivind Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -60,7 +60,6 @@ #if NEP > 0 #include "bpfilter.h" -#include "opt_diagnostic.h" #include "opt_inet.h" #include "opt_ipx.h" |