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

1992/0621/gnot/devport.c (diff list | history)

1992/0621/sys/src/9/gnot/devport.c:123,1281992/0711/sys/src/9/gnot/devport.c:123,129 (short | long | prev | next)
1991/0110    
void 
portcreate(Chan *c, char *name, int omode, ulong perm) 
{ 
1992/0711    
	USED(c, name, omode, perm); 
1991/0110    
	error(Eperm); 
} 
 
1992/0621/sys/src/9/gnot/devport.c:129,1341992/0711/sys/src/9/gnot/devport.c:130,136
1991/0110    
void 
portclose(Chan *c) 
1992/0621    
{ 
1992/0711    
	USED(c); 
1992/0621    
} 
1991/0110    
 
long 


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