Plan 9 from Bell Labs 1998-07-03
1 files changed, 1 insertions(+), 0 deletions(-) M port/qio.c
M port/qio.c => port/qio.c +1 -0
@@ 796,6 796,7 @@ qopen(int limit, int msg, void (*kick)(void*), void *arg) q->state = msg ? Qmsg : 0; q->state |= Qstarve; q->eof = 0; + q->noblock = 0; iunlock(q); return q;