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

1990/0513/port/devpipe.c (diff list | history)

1990/0403/sys/src/9/port/devpipe.c:129,1351990/0513/sys/src/9/port/devpipe.c:129,137 (short | long | prev | next)
1990/0227    
		postnote(u->p, 1, "sys: write on closed pipe", NExit); 
		error(0, Egreg); 
	} 
1990/0312    
	return streamwrite(c, va, n, 0); 
1990/0513    
	n = streamwrite(c, va, n, 0); 
	poperror(); 
	return n; 
1990/0227    
} 
 
void 


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