diff options
Diffstat (limited to 'sbin/newfs_msdos/newfs_msdos.c')
-rw-r--r-- | sbin/newfs_msdos/newfs_msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs_msdos/newfs_msdos.c b/sbin/newfs_msdos/newfs_msdos.c index 3d16b9a..0d6109b 100644 --- a/sbin/newfs_msdos/newfs_msdos.c +++ b/sbin/newfs_msdos/newfs_msdos.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id: newfs_msdos.c,v 1.7 1999/01/03 02:18:57 jkh Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> |