summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_prf.c')
-rw-r--r--sys/kern/subr_prf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c
index fb2866c..dc55898 100644
--- a/sys/kern/subr_prf.c
+++ b/sys/kern/subr_prf.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)subr_prf.c 8.3 (Berkeley) 1/21/94
- * $Id$
+ * $Id: subr_prf.c,v 1.3 1994/08/02 07:42:30 davidg Exp $
*/
#include <sys/param.h>
@@ -92,8 +92,7 @@ const char *panicstr;
* the disks as this often leads to recursive panics.
*/
#ifdef __GNUC__
-volatile void boot(int flags); /* boot() does not return */
-volatile /* panic() does not return */
+__dead /* panic() does not return */
#endif
void
#ifdef __STDC__
OpenPOWER on IntegriCloud