diff options
Diffstat (limited to 'sys/kern/kern_lock.c')
-rw-r--r-- | sys/kern/kern_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 2400d2482a9d..7d57d7d52508 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_lock.c,v 1.89.2.6 2007/03/28 16:58:23 jhb Exp $"); #include "opt_ddb.h" |