X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=stdout.c;h=2e86fe965a022ac099c6c2effe5f582d10611c5a;hb=de4ed577b6019b9b83466c2c893ff02bb5d833f5;hp=1c1435a321dedaf445b39a0a1ad8791d024d636d;hpb=c075e867311c77dfb7171241597e613290d1f62b;p=paraslash.git diff --git a/stdout.c b/stdout.c index 1c1435a3..2e86fe96 100644 --- a/stdout.c +++ b/stdout.c @@ -107,5 +107,6 @@ void stdout_set_defaults(struct stdout_task *sot) sot->task.post_select = stdout_post_select; sot->task.event_handler = stdout_default_event_handler; sot->eof = 0; + mark_fd_nonblock(STDOUT_FILENO); sprintf(sot->task.status, "stdout writer"); }