diff options
Diffstat (limited to 'sbin/mount/mount_ufs.c')
-rw-r--r-- | sbin/mount/mount_ufs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index ff1c126b63900..c77bb4efe8121 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_ufs.c 8.4 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount/mount_ufs.c,v 1.24 2004/04/09 19:58:31 markm Exp $"; #endif /* not lint */ #include <sys/param.h> |