diff options
author | jhb <jhb@FreeBSD.org> | 2000-08-03 09:49:44 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-08-03 09:49:44 +0000 |
commit | e891ba5888c15e0575228866b7f58a3be7a1a9e4 (patch) | |
tree | 298c93192a50dfd937154cfda05851a71f5a2140 /sys/boot/common/dev_net.c | |
parent | e165b852ded88acff34e4cb4f334647dcb33c319 (diff) | |
download | FreeBSD-src-e891ba5888c15e0575228866b7f58a3be7a1a9e4.zip FreeBSD-src-e891ba5888c15e0575228866b7f58a3be7a1a9e4.tar.gz |
Fix the more obvious warnings to deal with my earlier warning cleanups.
Diffstat (limited to 'sys/boot/common/dev_net.c')
-rw-r--r-- | sys/boot/common/dev_net.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/common/dev_net.c b/sys/boot/common/dev_net.c index 619fff8..c88dae7 100644 --- a/sys/boot/common/dev_net.c +++ b/sys/boot/common/dev_net.c @@ -196,7 +196,6 @@ net_strategy() */ #ifdef SUPPORT_BOOTP int try_bootp = 1; -int bootp(int sock); #endif extern n_long ip_convertaddr(char *p); |