From 3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 11 Jun 2003 00:56:59 +0000 Subject: Use __FBSDID(). --- sys/kern/subr_blist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/kern/subr_blist.c') 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 +__FBSDID("$FreeBSD$"); + #ifdef _KERNEL #include -- cgit v1.1