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..3628da256f68 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Simple LRU block cache |