summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs/pass3.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ifs/pass3.c')
-rw-r--r--sbin/fsck_ifs/pass3.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/fsck_ifs/pass3.c b/sbin/fsck_ifs/pass3.c
index 89aff79..6524a11 100644
--- a/sbin/fsck_ifs/pass3.c
+++ b/sbin/fsck_ifs/pass3.c
@@ -32,14 +32,16 @@
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)pass3.c 8.2 (Berkeley) 4/27/95";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
-#include <sys/time.h>
#include <ufs/ufs/dinode.h>
-#include <ufs/ffs/fs.h>
#include "fsck.h"
OpenPOWER on IntegriCloud