diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2000-10-09 09:42:51 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2000-10-09 09:42:51 +0000 |
| commit | a8d00279cbf7091821293a2669784d31bb245f4b (patch) | |
| tree | d231bcfd25273b001747aec1c2a0a09ca2ad8b6f /sbin | |
| parent | 02647224e9f35fc8e4630869824f09ab1647abc7 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/fsck_ffs/fsutil.c | 2 | ||||
| -rw-r--r-- | sbin/fsck_ifs/fsutil.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/fsutil.c b/sbin/fsck_ffs/fsutil.c index 69b1b8d9e16e..2cdb25253b4b 100644 --- a/sbin/fsck_ffs/fsutil.c +++ b/sbin/fsck_ffs/fsutil.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95"; #endif static const char rcsid[] = - "$FreeBSD$" + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck_ifs/fsutil.c b/sbin/fsck_ifs/fsutil.c index 69b1b8d9e16e..2cdb25253b4b 100644 --- a/sbin/fsck_ifs/fsutil.c +++ b/sbin/fsck_ifs/fsutil.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95"; #endif static const char rcsid[] = - "$FreeBSD$" + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> |
