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

2002/0221/port/auth.c (diff list | history)

2002/0221/sys/src/9/port/auth.c:100,1062002/0410/sys/src/9/port/auth.c:100,106 (short | long | prev | next)
1993/0330    
long 
userwrite(char *a, int n) 
{ 
2001/0930    
	if(strcmp(a, "none") != 0) 
2002/0410    
	if(n!=4 || strncmp(a, "none", 4)!=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)