diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-09-20 21:46:19 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-09-20 21:46:19 +0000 |
| commit | 453455282cea474587e54acde77898adb7bad58f (patch) | |
| tree | 0a09c4e96f582eaed9d92fa22a233a494e7890b6 /sys/boot/common/dev_net.c | |
| parent | 02c40feecd14d0efe30ee6f11ae4edac428718e3 (diff) | |
Notes
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 95f89fb4951b..d4b8a9c46b0d 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" |
