diff options
author | dfr <dfr@FreeBSD.org> | 1998-09-20 21:46:19 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1998-09-20 21:46:19 +0000 |
commit | 00428fddff8862c2a884e610cd9d03df7c381c0d (patch) | |
tree | 98ff0fdcfdfc60406b3f9b81136511b614dc6fe8 /sys/boot/common/dev_net.c | |
parent | 48b3e5470102066f456686c366cf49009cf063b3 (diff) | |
download | FreeBSD-src-00428fddff8862c2a884e610cd9d03df7c381c0d.zip FreeBSD-src-00428fddff8862c2a884e610cd9d03df7c381c0d.tar.gz |
Make the alpha bootstrap build again, fix some warning and change sdboot to daboot.
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" |