aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_examine.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-10 22:09:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-10 22:09:23 +0000
commit753960f7c45791dc61fa2388146b8d1780801ecf (patch)
treed04bff2946053d8e47ffc733929818fe48129885 /sys/ddb/db_examine.c
parentaf2aaddd7a925525dfa2601eccf96fd7d46b7c5d (diff)
downloadsrc-753960f7c45791dc61fa2388146b8d1780801ecf.tar.gz
src-753960f7c45791dc61fa2388146b8d1780801ecf.zip
Use __FBSDID().
Notes
Notes: svn path=/head/; revision=116176
Diffstat (limited to 'sys/ddb/db_examine.c')
-rw-r--r--sys/ddb/db_examine.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c
index ccc5ebde64d2..aa89022cfb43 100644
--- a/sys/ddb/db_examine.c
+++ b/sys/ddb/db_examine.c
@@ -22,15 +22,15 @@
*
* 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
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>