diff options
author | eivind <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
commit | 4547a09753662d6525ae498b0da796738fa1bb22 (patch) | |
tree | 41dc9b04c45389c79e84d3a141cbe7ea5344d493 /sys/dev/de | |
parent | 9416651e391c8c68c7e2245cd88c5133818f760f (diff) | |
download | FreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.zip FreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.tar.gz |
Back out DIAGNOSTIC changes.
Diffstat (limited to 'sys/dev/de')
-rw-r--r-- | sys/dev/de/if_de.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index c9dbc18..c01f608 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" |