aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ifs
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-07-06 19:11:35 +0000
committerBruce Evans <bde@FreeBSD.org>1998-07-06 19:11:35 +0000
commit517cdb815bcce4f630e257b7e2deb529f96d606d (patch)
tree696cab5ee44f4282ab141833709031348cc4dbb1 /sbin/fsck_ifs
parent2f333cd887e5adbb78da5d3575f3b3ca701b4a1f (diff)
downloadsrc-517cdb815bcce4f630e257b7e2deb529f96d606d.tar.gz
src-517cdb815bcce4f630e257b7e2deb529f96d606d.zip
Restored rev.1.11, which I somehow clobbered in rev.1.12.
Notes
Notes: svn path=/head/; revision=37443
Diffstat (limited to 'sbin/fsck_ifs')
-rw-r--r--sbin/fsck_ifs/pass1.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/fsck_ifs/pass1.c b/sbin/fsck_ifs/pass1.c
index 3e0ef88b12bf..30c0e7d5b541 100644
--- a/sbin/fsck_ifs/pass1.c
+++ b/sbin/fsck_ifs/pass1.c
@@ -32,11 +32,14 @@
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)pass1.c 8.6 (Berkeley) 4/28/95";
+#endif
+static const char rcsid[] =
+ "$Id: pass1.c,v 1.11 1998/06/15 07:07:16 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
-#include <sys/time.h>
#include <ufs/ufs/dinode.h>
#include <ufs/ufs/dir.h>