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

1995/0726/port/devpipe.c (diff list | history)

1995/0714/sys/src/9/port/devpipe.c:197,2121995/0726/sys/src/9/port/devpipe.c:197,210 (short | long | prev | next)
1990/0227    
} 
 
void 
pipecreate(Chan *c, char *name, int omode, ulong perm) 
1995/0726    
pipecreate(Chan*, char*, int, ulong) 
1990/0227    
{ 
1991/1115    
	USED(c, name, omode, perm); 
1990/11211    
	error(Egreg); 
1990/0227    
} 
 
void 
piperemove(Chan *c) 
1995/0726    
piperemove(Chan*) 
1990/0227    
{ 
1991/1115    
	USED(c); 
1990/11211    
	error(Egreg); 
1990/0227    
} 
 


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