summaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2000-09-18 08:09:39 +0000
committerPaul Saab <ps@FreeBSD.org>2000-09-18 08:09:39 +0000
commita1ac306c0fca09c698c1c8637ddac9f7f359c011 (patch)
treea4a279d7d23e7012340d718cd1743740127f1a78 /sys/boot
parent2473ca9ba4f888a8b09f3b190cf057b2dc7bcc94 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/dev_net.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/boot/common/dev_net.c b/sys/boot/common/dev_net.c
index 496183d5533a..884366f1e1ee 100644
--- a/sys/boot/common/dev_net.c
+++ b/sys/boot/common/dev_net.c
@@ -182,8 +182,7 @@ net_strategy()
return EIO;
}
-/* BOOTP SUPPORT IS BROKEN */
-/* #define SUPPORT_BOOTP */
+#define SUPPORT_BOOTP
/*
* Get info for NFS boot: our IP address, our hostname,
@@ -198,7 +197,6 @@ net_strategy()
*/
#ifdef SUPPORT_BOOTP
int try_bootp = 1;
-int bootp(int sock);
#endif
extern n_long ip_convertaddr(char *p);