Flush stdout when writing out each superblock backup.

This commit is contained in:
David Greenman 1995-05-02 07:45:39 +00:00
parent f1d04c8507
commit c9c23c03fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8218

View File

@ -627,6 +627,7 @@ mkfs(pp, fsys, fi, fo)
if (cylno % 9 == 0)
printf("\n");
printf(" %d,", fsbtodb(&sblock, cgsblock(&sblock, cylno)));
fflush(stdout);
}
if (!mfs)
printf("\n");