~kris/9p

9hist

59f77394bddeae19c6c2bc68f757eed9a89f5290 — David du Colombier 28 years ago aba5ae1
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;