summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs/utilities.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ifs/utilities.c')
-rw-r--r--sbin/fsck_ifs/utilities.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/fsck_ifs/utilities.c b/sbin/fsck_ifs/utilities.c
index 465fb3b..0d82d6e 100644
--- a/sbin/fsck_ifs/utilities.c
+++ b/sbin/fsck_ifs/utilities.c
@@ -32,11 +32,14 @@
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/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/ufs/dir.h>
@@ -267,7 +270,7 @@ ckfini(markclean)
free((char *)bp);
}
if (bufhead.b_size != cnt)
- errx(EEXIT, "Panic: lost %d buffers", bufhead.b_size - cnt);
+ errx(EEXIT, "panic: lost %d buffers", bufhead.b_size - cnt);
pbp = pdirbp = (struct bufarea *)0;
if (markclean && sblock.fs_clean == 0) {
sblock.fs_clean = 1;
OpenPOWER on IntegriCloud