summaryrefslogtreecommitdiffstats
path: root/sys/ia64
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/ia64
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/ia64')
-rw-r--r--sys/ia64/ia64/autoconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/ia64/autoconf.c b/sys/ia64/ia64/autoconf.c
index c112d99..ccca247 100644
--- a/sys/ia64/ia64/autoconf.c
+++ b/sys/ia64/ia64/autoconf.c
@@ -55,6 +55,7 @@
#include <cam/cam_debug.h>
static void configure(void *);
+extern void bootpc_init(void);
SYSINIT(configure, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL)
#ifdef DEV_ISA
OpenPOWER on IntegriCloud