The got_siginfo = 0 should have been got_sigalarm=0 to match the other

passes.

Submitted by: Dworkin Muller
This commit is contained in:
Warner Losh 2004-10-10 06:37:56 +00:00
parent 042b7b1af0
commit e94598bb16

View File

@ -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)