diff options
Diffstat (limited to 'sys/kern/subr_bus.c')
-rw-r--r-- | sys/kern/subr_bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c index 2c69b42712e60..5a68f8b283c35 100644 --- a/sys/kern/subr_bus.c +++ b/sys/kern/subr_bus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_bus.c,v 1.184.2.4 2006/09/22 18:49:14 jhb Exp $"); #include "opt_bus.h" |