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

1999/0219/port/devpipe.c (diff list | history)

1998/0512/sys/src/9/port/devpipe.c:294,3001999/0219/sys/src/9/port/devpipe.c:294,300 (short | long | prev | next)
1993/0911    
		/* avoid notes when pipe is a mounted queue */ 
		if((c->flag & CMSG) == 0) 
			postnote(up, 1, "sys: write on closed pipe", NUser); 
1993/0725    
		error(Ehungup); 
1999/0219    
		nexterror(); 
1993/0725    
	} 
 
1993/0528    
	p = c->aux; 
1998/0512/sys/src/9/port/devpipe.c:326,3321999/0219/sys/src/9/port/devpipe.c:326,332
1995/0714    
		/* avoid notes when pipe is a mounted queue */ 
		if((c->flag & CMSG) == 0) 
			postnote(up, 1, "sys: write on closed pipe", NUser); 
		error(Ehungup); 
1999/0219    
		nexterror(); 
1995/0714    
	} 
 
	p = c->aux; 


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