diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
| commit | 0b08f5f73743f75cfe4603d65bf68a36aca310af (patch) | |
| tree | f2b2237b4e93c12887da2b4f11bd323cf46ea26a /sys/dev | |
| parent | dbf1ec592eb130f8c9cdadd66e7020bb30232701 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/bktr/bktr_core.c | 1 | ||||
| -rw-r--r-- | sys/dev/de/if_de.c | 3 | ||||
| -rw-r--r-- | sys/dev/ed/if_ed.c | 3 | ||||
| -rw-r--r-- | sys/dev/ep/if_ep.c | 3 | ||||
| -rw-r--r-- | sys/dev/lnc/if_lnc.c | 1 | ||||
| -rw-r--r-- | sys/dev/snp/snp.c | 1 |
6 files changed, 3 insertions, 9 deletions
diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c index 35857e6cd8c1..7f9e8385066d 100644 --- a/sys/dev/bktr/bktr_core.c +++ b/sys/dev/bktr/bktr_core.c @@ -218,7 +218,6 @@ #ifdef __FreeBSD__ #include "bktr.h" -#include "opt_diagnostic.h" #include "pci.h" #endif /* __FreeBSD__ */ diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index c9dbc182c51a..c01f608129ef 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/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" diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 95c99fd0ef4d..849ef4e88c04 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.131 1998/02/04 22:32:18 eivind Exp $ + * $Id: if_ed.c,v 1.132 1998/02/05 04:08:41 eivind Exp $ */ /* @@ -39,7 +39,6 @@ #include "ed.h" #include "bpfilter.h" -#include "opt_diagnostic.h" #include "opt_inet.h" #include "pnp.h" diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index 81d5a606eaf2..dbbf8db019e2 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/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" diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c index 4c3e1c8c17f1..71d9934a3bbf 100644 --- a/sys/dev/lnc/if_lnc.c +++ b/sys/dev/lnc/if_lnc.c @@ -65,7 +65,6 @@ #if NLNC > 0 #include "bpfilter.h" -#include "opt_diagnostic.h" #include "opt_inet.h" /* Some defines that should really be in generic locations */ diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 40aa418cf678..7bfb635ce5ba 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -19,7 +19,6 @@ #include "opt_compat.h" #include "opt_devfs.h" -#include "opt_diagnostic.h" #include <sys/param.h> #include <sys/systm.h> |
