diff options
Diffstat (limited to 'sbin/fsck/main.c')
-rw-r--r-- | sbin/fsck/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck/main.c b/sbin/fsck/main.c index 6463990b5e6f5..3ab8c75808b68 100644 --- a/sbin/fsck/main.c +++ b/sbin/fsck/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/14/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/main.c,v 1.21 2000/01/10 14:20:53 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |