diff options
Diffstat (limited to 'sbin/fsck/pass1.c')
-rw-r--r-- | sbin/fsck/pass1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck/pass1.c b/sbin/fsck/pass1.c index dd09b009705e..1eaa8bd466c7 100644 --- a/sbin/fsck/pass1.c +++ b/sbin/fsck/pass1.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass1.c 8.6 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass1.c,v 1.15.2.1 1999/08/29 15:13:06 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |