[TUHS] question about mkfs(8) and stdio

John Holden johnh at psych.usyd.edu.au
Mon Dec 15 10:48:28 AEST 2003


> you will see the super block backup loop does not fflush(stdio) between
> printf()s

Was there a 'setbuf(stdout, NULL)' at the beginning? This would force immediate
output from any printf's (less efficient than a fflush)


More information about the TUHS mailing list