aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ifs/pass4.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1998-12-03 02:41:11 +0000
committerJulian Elischer <julian@FreeBSD.org>1998-12-03 02:41:11 +0000
commit6b100474f7c528056b7c9320de2f8e6eff29326a (patch)
treeaf6d3dddf19db8642b0eafc9f6f8a4cc43dc63aa /sbin/fsck_ifs/pass4.c
parent1ec712bb646ab6085e9901d632dce850ea410c90 (diff)
Cosmetic and documentation changes brought from earlier FreeBSD versions.
(e.g. RCS Id:)
Notes
Notes: svn path=/head/; revision=41477
Diffstat (limited to 'sbin/fsck_ifs/pass4.c')
-rw-r--r--sbin/fsck_ifs/pass4.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/fsck_ifs/pass4.c b/sbin/fsck_ifs/pass4.c
index 48c5090ae522..77b03ee0de81 100644
--- a/sbin/fsck_ifs/pass4.c
+++ b/sbin/fsck_ifs/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>