summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_watch.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-10 22:09:23 +0000
committerobrien <obrien@FreeBSD.org>2003-06-10 22:09:23 +0000
commit62dc1f7c259db5ae67933b1947bfa1c240122792 (patch)
treed04bff2946053d8e47ffc733929818fe48129885 /sys/ddb/db_watch.c
parentc26dd9475587567b584fa8511d8a8de24ba27e44 (diff)
downloadFreeBSD-src-62dc1f7c259db5ae67933b1947bfa1c240122792.zip
FreeBSD-src-62dc1f7c259db5ae67933b1947bfa1c240122792.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/ddb/db_watch.c')
-rw-r--r--sys/ddb/db_watch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c
index 127e3bb..af3e7d5 100644
--- a/sys/ddb/db_watch.c
+++ b/sys/ddb/db_watch.c
@@ -22,15 +22,15 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- *
- * $FreeBSD$
*/
-
/*
* Author: Richard P. Draves, Carnegie Mellon University
* Date: 10/90
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/lock.h>
OpenPOWER on IntegriCloud