summaryrefslogtreecommitdiff
path: root/sys/boot/common/panic.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-08-25 23:30:41 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-08-25 23:30:41 +0000
commit1809be3cd462d071c04e67a2648af4ed71925153 (patch)
tree673bd41f7fbdfc0c93256fed4d34fdac5c781a8f /sys/boot/common/panic.c
parentd9b97e8dfff725b36c2e2ce5d89295355e4762c4 (diff)
Notes
Diffstat (limited to 'sys/boot/common/panic.c')
-rw-r--r--sys/boot/common/panic.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/common/panic.c b/sys/boot/common/panic.c
index dfebd976f821..181c4c715070 100644
--- a/sys/boot/common/panic.c
+++ b/sys/boot/common/panic.c
@@ -1,9 +1,7 @@
/*
- * $FreeBSD$
- * From: $NetBSD: panic.c,v 1.2 1997/03/22 01:48:36 thorpej Exp $
+ * $NetBSD: panic.c,v 1.2 1997/03/22 01:48:36 thorpej Exp $
*/
-
-/*
+/*-
* Copyright (c) 1996
* Matthias Drochner. All rights reserved.
*
@@ -35,6 +33,8 @@
*
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <stand.h>
#include <machine/stdarg.h>