diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/shd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/shd.c b/utils/shd.c index d2075075..9683f216 100644 --- a/utils/shd.c +++ b/utils/shd.c @@ -249,6 +249,7 @@ main (int argc, char *argv[]) stdin = mach_open_devstream (outp, "r"); stdout = stderr = mach_open_devstream (outp, "w+"); + setlinebuf (stderr); } #endif |