diff options
Diffstat (limited to 'sys/geom/geom_subr.c')
-rw-r--r-- | sys/geom/geom_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c index b8d9fb52e1054..3ac6a263929a4 100644 --- a/sys/geom/geom_subr.c +++ b/sys/geom/geom_subr.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_subr.c,v 1.91.2.4.2.1 2009/04/15 03:14:26 kensmith Exp $"); #include "opt_ddb.h" |