diff options
Diffstat (limited to 'sbin/mount_std/mount_std.c')
-rw-r--r-- | sbin/mount_std/mount_std.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_std/mount_std.c b/sbin/mount_std/mount_std.c index 3f292b4a9a1d2..733d7e22d5f50 100644 --- a/sbin/mount_std/mount_std.c +++ b/sbin/mount_std/mount_std.c @@ -38,7 +38,7 @@ static const char copyright[] = #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/mount_std/mount_std.c,v 1.22.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> |