From cab4aede58ada07003048e99dc34c761e03f93a8 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 29 Sep 2006 20:57:38 +0000 Subject: [PATCH] Fix WARNS=2 warnings. --- sys/boot/common/panic.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/boot/common/panic.c b/sys/boot/common/panic.c index 181c4c71507..6e4c76d0e03 100644 --- a/sys/boot/common/panic.c +++ b/sys/boot/common/panic.c @@ -39,6 +39,8 @@ __FBSDID("$FreeBSD$"); #include #include +extern void exit(int) __dead2; + void panic(const char *fmt,...) {