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

1991/1012/port/stream.c (diff list | history)

1991/0926/sys/src/9/port/stream.c:94,991991/1012/sys/src/9/port/stream.c:94,102 (short | long | prev | next)
1990/0911    
void 
newqinfo(Qinfo *qi) 
{ 
1991/1012    
	if(qi->next) 
		panic("newqinfo: already configured"); 
 
1990/0911    
	qi->next = lds; 
	lds = qi; 
	if(qi->reset) 


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