summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_trap.c')
-rw-r--r--sys/ddb/db_trap.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c
index 4409007..63c92b2 100644
--- a/sys/ddb/db_trap.c
+++ b/sys/ddb/db_trap.c
@@ -22,10 +22,7 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- *
- * $FreeBSD$
*/
-
/*
* Author: David B. Golub, Carnegie Mellon University
* Date: 7/90
@@ -34,6 +31,10 @@
/*
* Trap entry point to kernel debugger.
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud