aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ifs/pass5.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ifs/pass5.c')
-rw-r--r--sbin/fsck_ifs/pass5.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/fsck_ifs/pass5.c b/sbin/fsck_ifs/pass5.c
index d492a189fff0..d546e3fe3149 100644
--- a/sbin/fsck_ifs/pass5.c
+++ b/sbin/fsck_ifs/pass5.c
@@ -32,11 +32,14 @@
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)pass5.c 8.9 (Berkeley) 4/28/95";
+#endif
+static const char rcsid[] =
+ "$Id: pass5.c,v 1.14 1998/08/15 10:07:33 dfr Exp $";
#endif /* not lint */
#include <sys/param.h>
-#include <sys/time.h>
#include <ufs/ufs/dinode.h>
#include <ufs/ffs/fs.h>