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

1992/0701/gnot/devisdn.c (diff list | history)

1992/0701/sys/src/9/gnot/devisdn.c:132,1371992/0711/sys/src/9/gnot/devisdn.c:132,138 (short | long | prev | next)
1992/0609    
void	  
isdncreate(Chan *c, char *name, int omode, ulong perm) 
{ 
1992/0711    
	USED(c, name, omode, perm); 
1992/0609    
	error(Eperm); 
} 
 
1992/0701/sys/src/9/gnot/devisdn.c:245,2501992/0711/sys/src/9/gnot/devisdn.c:246,252
1992/0609    
void	  
isdnremove(Chan *c) 
{ 
1992/0711    
	USED(c); 
1992/0609    
	error(Eperm); 
} 
 
1992/0701/sys/src/9/gnot/devisdn.c:251,2561992/0711/sys/src/9/gnot/devisdn.c:253,259
1992/0609    
void	  
isdnwstat(Chan *c, char *dp) 
{ 
1992/0711    
	USED(c, dp); 
1992/0609    
	error(Eperm); 
} 
 


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