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

passes.

Submitted by: Dworkin Muller
This commit is contained in:
imp 2004-10-10 06:37:56 +00:00
parent 30d2ba06b9
commit 1d181e7321

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)