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

1994/1027/port/auth.c (diff list | history)

1994/1027/sys/src/9/port/auth.c:573,5791995/0102/sys/src/9/port/auth.c:573,579 (short | long | prev | next)
1993/0330    
		error(Eperm); 
1993/0501    
	memset(up->user, 0, NAMELEN); 
	strcpy(up->user, "none"); 
1994/0915    
	up->basepri = PriNormal; 
1995/0102    
	up->nice = NiceNormal; 
1993/0330    
	return n; 
} 
 
1994/1027/sys/src/9/port/auth.c:598,6041995/0102/sys/src/9/port/auth.c:598,604
1994/1027    
	renameuser(eve, buf); 
1993/0330    
	memmove(eve, buf, NAMELEN); 
1993/0501    
	memmove(up->user, buf, NAMELEN); 
1994/0915    
	up->basepri = PriNormal; 
1995/0102    
	up->nice = NiceNormal; 
1993/0330    
	return n; 
} 
 


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