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

2001/0930/port/auth.c (diff list | history)

2001/0929/sys/src/9/port/auth.c:101,1072001/0930/sys/src/9/port/auth.c:101,107 (short | long | prev | next)
1993/0330    
long 
userwrite(char *a, int n) 
{ 
2000/0710    
	if(!iseve() || strcmp(a, "none") != 0) 
2001/0930    
	if(strcmp(a, "none") != 0) 
1993/0330    
		error(Eperm); 
2001/0527    
	kstrdup(&up->user, "none"); 
1995/0110    
	up->basepri = PriNormal; 


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