diff options
Diffstat (limited to 'sys/pci/if_de.c')
-rw-r--r-- | sys/pci/if_de.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index c9dbc18..c01f608 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -1,5 +1,5 @@ /* $NetBSD: if_de.c,v 1.56 1997/10/20 14:32:46 matt Exp $ */ -/* $Id: if_de.c,v 1.77 1998/01/08 23:42:24 eivind Exp $ */ +/* $Id: if_de.c,v 1.78 1998/02/04 22:33:24 eivind Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) @@ -39,7 +39,6 @@ */ #define TULIP_HDR_DATA -#include "opt_diagnostic.h" #include "opt_inet.h" #include "opt_ipx.h" |