aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck/pass3.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck/pass3.c')
-rw-r--r--sbin/fsck/pass3.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/fsck/pass3.c b/sbin/fsck/pass3.c
index 6320755d4236..f91f2c1df1eb 100644
--- a/sbin/fsck/pass3.c
+++ b/sbin/fsck/pass3.c
@@ -32,11 +32,14 @@
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)pass3.c 8.2 (Berkeley) 4/27/95";
+#endif
+static const char rcsid[] =
+ "$Id: pass3.c,v 1.4 1998/06/15 07:07:18 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
-#include <sys/time.h>
#include <ufs/ufs/dinode.h>
#include <ufs/ufs/dir.h>