summaryrefslogtreecommitdiff
path: root/sbin/geom/class/cache
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/class/cache')
-rw-r--r--sbin/geom/class/cache/Makefile2
-rw-r--r--sbin/geom/class/cache/geom_cache.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/geom/class/cache/Makefile b/sbin/geom/class/cache/Makefile
index 6ca37e6c05e8e..a5a4967464f12 100644
--- a/sbin/geom/class/cache/Makefile
+++ b/sbin/geom/class/cache/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sbin/geom/class/cache/Makefile,v 1.1.12.1 2010/02/10 00:26:20 kensmith Exp $
.PATH: ${.CURDIR}/../../misc
diff --git a/sbin/geom/class/cache/geom_cache.c b/sbin/geom/class/cache/geom_cache.c
index 636c54119ce15..ebada48e475ad 100644
--- a/sbin/geom/class/cache/geom_cache.c
+++ b/sbin/geom/class/cache/geom_cache.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sbin/geom/class/cache/geom_cache.c,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <errno.h>
#include <stdio.h>