aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/panic.c
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-09-17 23:52:16 +0000
committerMike Smith <msmith@FreeBSD.org>1998-09-17 23:52:16 +0000
commit948486abe31485133ef536714a1b1b9615c5cda8 (patch)
treec31637935485e9f18f6621b199c4a4171d8f91df /sys/boot/common/panic.c
parenta70ac9fd83e9711393fb68ccdb56d2e8860a1b2f (diff)
Notes
Diffstat (limited to 'sys/boot/common/panic.c')
-rw-r--r--sys/boot/common/panic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/panic.c b/sys/boot/common/panic.c
index 2db5513d3764..9639e06109a8 100644
--- a/sys/boot/common/panic.c
+++ b/sys/boot/common/panic.c
@@ -1,5 +1,5 @@
/*
- * $Id$
+ * $Id: panic.c,v 1.1.1.1 1998/08/21 03:17:41 msmith Exp $
* From: $NetBSD: panic.c,v 1.2 1997/03/22 01:48:36 thorpej Exp $
*/
@@ -39,7 +39,7 @@
#include <stand.h>
#include <machine/stdarg.h>
-__dead void
+void
panic(const char *fmt,...)
{
va_list ap;