diff options
Diffstat (limited to 'sbin/fsck_msdosfs/boot.c')
-rw-r--r-- | sbin/fsck_msdosfs/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_msdosfs/boot.c b/sbin/fsck_msdosfs/boot.c index 32ed8633e037a..8582596759c3f 100644 --- a/sbin/fsck_msdosfs/boot.c +++ b/sbin/fsck_msdosfs/boot.c @@ -35,7 +35,7 @@ #ifndef lint __RCSID("$NetBSD: boot.c,v 1.9 2003/07/24 19:25:46 ws Exp $"); static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck_msdosfs/boot.c,v 1.4 2004/04/20 11:41:57 tjr Exp $"; #endif /* not lint */ #include <stdlib.h> |