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

1991/0314/port/devpipe.c (diff list | history)

1991/0302/sys/src/9/port/devpipe.c:221,2281991/0314/sys/src/9/port/devpipe.c:221,230 (short | long | prev | next)
1990/1009    
	 */ 
1990/11211    
	if(c->stream){ 
		remote = c->stream->devq->ptr; 
		if(streamclose(c) <= 0) 
			streamexit(remote, 0); 
1991/0314    
		if(streamclose(c) <= 0){ 
			if(remote) 
				streamexit(remote, 0); 
		} 
1990/11211    
	} 
1990/11161    
 
	/* 


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