summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs/pass1b.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ifs/pass1b.c')
-rw-r--r--sbin/fsck_ifs/pass1b.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/fsck_ifs/pass1b.c b/sbin/fsck_ifs/pass1b.c
index e5036c7..32a3be7 100644
--- a/sbin/fsck_ifs/pass1b.c
+++ b/sbin/fsck_ifs/pass1b.c
@@ -32,11 +32,14 @@
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)pass1b.c 8.4 (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/ffs/fs.h>
OpenPOWER on IntegriCloud