diff options
Diffstat (limited to 'sys/boot/common/dev_net.c')
-rw-r--r-- | sys/boot/common/dev_net.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/common/dev_net.c b/sys/boot/common/dev_net.c index 95f89fb..d4b8a9c 100644 --- a/sys/boot/common/dev_net.c +++ b/sys/boot/common/dev_net.c @@ -1,5 +1,5 @@ /* - * $Id: dev_net.c,v 1.1.1.1 1998/08/21 03:17:41 msmith Exp $ + * $Id: dev_net.c,v 1.2 1998/08/22 10:31:01 dfr Exp $ * From: $NetBSD: dev_net.c,v 1.12 1997/12/10 20:38:37 gwr Exp $ */ @@ -67,7 +67,6 @@ #include <stand.h> #include <net.h> #include <netif.h> -#include <nfs.h> #include <bootparam.h> #include "dev_net.h" |