diff options
Diffstat (limited to 'sys/kern/subr_lock.c')
-rw-r--r-- | sys/kern/subr_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_lock.c b/sys/kern/subr_lock.c index 977f9e57f7e1..a8c672d9947b 100644 --- a/sys/kern/subr_lock.c +++ b/sys/kern/subr_lock.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_lock.c,v 1.25.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_ddb.h" #include "opt_mprof.h" |