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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ifs/pass5.c b/sbin/fsck_ifs/pass5.c
index 7d913a447add..dadfad1facd2 100644
--- a/sbin/fsck_ifs/pass5.c
+++ b/sbin/fsck_ifs/pass5.c
@@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)pass5.c 8.9 (Berkeley) 4/28/95";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: pass5.c,v 1.11 1998/06/15 07:07:19 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -228,7 +228,7 @@ pass5()
default:
if (j < ROOTINO)
break;
- errx(EEXIT, "BAD STATE %d FOR INODE I=%d",
+ errx(EEXIT, "BAD STATE %d FOR INODE I=%ld",
statemap[j], j);
}
}