diff options
Diffstat (limited to 'sbin/fsck/dir.c')
-rw-r--r-- | sbin/fsck/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck/dir.c b/sbin/fsck/dir.c index f5fb6a0ef30a..e36e7db95fda 100644 --- a/sbin/fsck/dir.c +++ b/sbin/fsck/dir.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)dir.c 8.8 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/dir.c,v 1.15 1999/08/28 00:12:45 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |