summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs/pass2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ifs/pass2.c')
-rw-r--r--sbin/fsck_ifs/pass2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/fsck_ifs/pass2.c b/sbin/fsck_ifs/pass2.c
index ebc33b8..4c24b23 100644
--- a/sbin/fsck_ifs/pass2.c
+++ b/sbin/fsck_ifs/pass2.c
@@ -32,15 +32,17 @@
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)pass2.c 8.9 (Berkeley) 4/28/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/ufs/dir.h>
-#include <ufs/ffs/fs.h>
#include <err.h>
#include <string.h>
OpenPOWER on IntegriCloud