summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-04-04 14:27:57 +0000
committerbrian <brian@FreeBSD.org>2002-04-04 14:27:57 +0000
commit0de93566db10d6dcabfa9d11c5c20f30047475a8 (patch)
tree067892ad5c8bb336eb416440b17e1531226e3b00 /sys/amd64
parentfd5013bba2877984c9dfaa65ae196e3ca2030fc6 (diff)
downloadFreeBSD-src-0de93566db10d6dcabfa9d11c5c20f30047475a8.zip
FreeBSD-src-0de93566db10d6dcabfa9d11c5c20f30047475a8.tar.gz
Pre-declare bootpc_init() so that options BOOTP doesn't break the
build in ia64 and i386 due to -Werror.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/autoconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index d8d7b4f..7273bfd 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -94,6 +94,7 @@ device_t isa_bus_device = 0;
static void configure_first(void *);
static void configure(void *);
static void configure_final(void *);
+extern void bootpc_init(void);
#if defined(NFSCLIENT) && defined(NFS_ROOT) && !defined(BOOTP_NFSROOT)
static void pxe_setup_nfsdiskless(void);
OpenPOWER on IntegriCloud