Don't fflush stdout and stderr before forking.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 10 Apr 2011 19:31:52 +0000 (19:31 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 10 Apr 2011 21:35:08 +0000 (21:35 +0000)
commit3aeea8fcd67fbabdf73a2af3868aa9696dfc67f5
treee8bfce1f86f4f088ea055f1a29e67fa58500e78e
parent5d562e8f72a422acb874d2314abb9288d0f303fc
Don't fflush stdout and stderr before forking.

Not necessary; the child will never use them before exec'ing.
The simpler this whole mess can be made, the better...
src/microcode/uxproc.c