diff options
Diffstat (limited to 'sys/boot/common/bcache.c')
-rw-r--r-- | sys/boot/common/bcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/bcache.c b/sys/boot/common/bcache.c index c88adca6230f..37333ece2eaf 100644 --- a/sys/boot/common/bcache.c +++ b/sys/boot/common/bcache.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/bcache.c,v 1.13.26.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Simple LRU block cache |