summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_blist.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 00:56:59 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 00:56:59 +0000
commit3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676 (patch)
treead364cba90f71a140a75adc093d72da422d69b81 /sys/kern/subr_blist.c
parenta63f21d7325188771279b9ca662a52a711252047 (diff)
downloadFreeBSD-src-3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676.zip
FreeBSD-src-3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/kern/subr_blist.c')
-rw-r--r--sys/kern/subr_blist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/subr_blist.c b/sys/kern/subr_blist.c
index a58e548..a1ecea9 100644
--- a/sys/kern/subr_blist.c
+++ b/sys/kern/subr_blist.c
@@ -1,4 +1,3 @@
-
/*
* BLIST.C - Bitmap allocator/deallocator, using a radix tree with hinting
*
@@ -59,10 +58,11 @@
* ranges.
*
* This code can be compiled stand-alone for debugging.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#ifdef _KERNEL
#include <sys/param.h>
OpenPOWER on IntegriCloud