From 1d181e7321e60436a85de690f633ee15f8b2f939 Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 10 Oct 2004 06:37:56 +0000 Subject: The got_siginfo = 0 should have been got_sigalarm=0 to match the other passes. Submitted by: Dworkin Muller --- sbin/fsck_ffs/pass1b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/fsck_ffs') diff --git a/sbin/fsck_ffs/pass1b.c b/sbin/fsck_ffs/pass1b.c index 45b6eac..e635935 100644 --- a/sbin/fsck_ffs/pass1b.c +++ b/sbin/fsck_ffs/pass1b.c @@ -70,7 +70,7 @@ pass1b(void) if (got_sigalarm) { setproctitle("%s p1b %d%%", cdevname, c * 100 / sblock.fs_ncg); - got_siginfo = 0; + got_sigalarm = 0; } for (i = 0; i < sblock.fs_ipg; i++, inumber++) { if (inumber < ROOTINO) -- cgit v1.1