plan 9 kernel history: overview | file list | diff list

1997/0806/port/qio.c (diff list | history)

1997/0410/sys/src/9/port/qio.c:1043,10481997/0806/sys/src/9/port/qio.c:1043,1049 (short | long | prev | next)
1993/0528    
	/* mark it */ 
1994/0323    
	ilock(q); 
1993/0528    
	q->state |= Qclosed; 
1997/0806    
	q->state &= ~(Qflow|Qstarve); 
1997/0327    
	strcpy(q->err, Ehungup); 
1993/0528    
	bfirst = q->bfirst; 
	q->bfirst = 0; 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)