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..6308ee6356e1b 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.8.1 2009/04/15 03:14:26 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..5c8eb0f61d5a4 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.8.1 2009/04/15 03:14:26 kensmith Exp $");
#include <errno.h>
#include <stdio.h>