aboutsummaryrefslogtreecommitdiff
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 6ca37e6c05e8..9b205cd6a2b6 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 2006/10/06 08:27:06 ru Exp $
.PATH: ${.CURDIR}/../../misc
diff --git a/sbin/geom/class/cache/geom_cache.c b/sbin/geom/class/cache/geom_cache.c
index 636c54119ce1..8acad0191419 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 2007/05/15 20:25:15 marcel Exp $");
#include <errno.h>
#include <stdio.h>