diff options
author | julian <julian@FreeBSD.org> | 1998-12-03 02:41:11 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1998-12-03 02:41:11 +0000 |
commit | d77705b6d872e99ed9c1fe6ed1a27d8678cf7117 (patch) | |
tree | 18fe73766fe3f4bc6e842030267ad53b47f58fc5 /sbin/fsck_ffs/pass4.c | |
parent | 64959e9518a11a823d591af2ed4f7c4c28ccb71a (diff) | |
download | FreeBSD-src-d77705b6d872e99ed9c1fe6ed1a27d8678cf7117.zip FreeBSD-src-d77705b6d872e99ed9c1fe6ed1a27d8678cf7117.tar.gz |
Cosmetic and documentation changes brought from earlier FreeBSD versions.
(e.g. RCS Id:)
Diffstat (limited to 'sbin/fsck_ffs/pass4.c')
-rw-r--r-- | sbin/fsck_ffs/pass4.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/pass4.c b/sbin/fsck_ffs/pass4.c index 48c5090..77b03ee 100644 --- a/sbin/fsck_ffs/pass4.c +++ b/sbin/fsck_ffs/pass4.c @@ -32,11 +32,14 @@ */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)pass4.c 8.4 (Berkeley) 4/28/95"; +#endif +static const char rcsid[] = + "$Id: pass4.c,v 1.4 1998/06/15 07:07:19 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> -#include <sys/time.h> #include <ufs/ufs/dinode.h> #include <ufs/ffs/fs.h> |