diff options
Diffstat (limited to 'sys/geom/cache')
-rw-r--r-- | sys/geom/cache/g_cache.c | 2 | ||||
-rw-r--r-- | sys/geom/cache/g_cache.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/cache/g_cache.c b/sys/geom/cache/g_cache.c index 7be8cb34385c0..79f1615e12d54 100644 --- a/sys/geom/cache/g_cache.c +++ b/sys/geom/cache/g_cache.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/cache/g_cache.c,v 1.2 2007/06/04 18:25:06 dwmalone Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/cache/g_cache.h b/sys/geom/cache/g_cache.h index 4164abf7cefd8..d2ac802e85978 100644 --- a/sys/geom/cache/g_cache.h +++ b/sys/geom/cache/g_cache.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/cache/g_cache.h,v 1.1 2006/10/06 08:27:07 ru Exp $ */ #ifndef _G_CACHE_H_ |