summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/panic.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-09-29 20:57:38 +0000
committerru <ru@FreeBSD.org>2006-09-29 20:57:38 +0000
commita41116404c4ef52f61c952187b1be047f6d93718 (patch)
treedac22b5304394063ade47beacc3c19c161f99585 /sys/boot/common/panic.c
parent4a9bb44813fe335db326ad660a45562f321e9c2d (diff)
downloadFreeBSD-src-a41116404c4ef52f61c952187b1be047f6d93718.zip
FreeBSD-src-a41116404c4ef52f61c952187b1be047f6d93718.tar.gz
Fix WARNS=2 warnings.
Diffstat (limited to 'sys/boot/common/panic.c')
-rw-r--r--sys/boot/common/panic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/common/panic.c b/sys/boot/common/panic.c
index 181c4c7..6e4c76d 100644
--- a/sys/boot/common/panic.c
+++ b/sys/boot/common/panic.c
@@ -39,6 +39,8 @@ __FBSDID("$FreeBSD$");
#include <stand.h>
#include <machine/stdarg.h>
+extern void exit(int) __dead2;
+
void
panic(const char *fmt,...)
{
OpenPOWER on IntegriCloud