summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/utilities.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ffs/utilities.c')
-rw-r--r--sbin/fsck_ffs/utilities.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/fsck_ffs/utilities.c b/sbin/fsck_ffs/utilities.c
index 5ea02b6..b072964 100644
--- a/sbin/fsck_ffs/utilities.c
+++ b/sbin/fsck_ffs/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: utilities.c,v 1.8 1998/06/15 07:07:21 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
-#include <sys/time.h>
#include <ufs/ufs/dinode.h>
#include <ufs/ufs/dir.h>
@@ -286,7 +289,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 (sblock.fs_clean != markclean) {
sblock.fs_clean = markclean;
@@ -524,7 +527,6 @@ void
catchquit(sig)
int sig;
{
-
printf("returning to single-user after filesystem check\n");
returntosingle = 1;
(void)signal(SIGQUIT, SIG_DFL);
OpenPOWER on IntegriCloud