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

1995/0113/port/auth.c (diff list | history)

1995/0110/sys/src/9/port/auth.c:542,5481995/0113/sys/src/9/port/auth.c:542,548 (short | long | prev | next)
1993/0330    
{ 
	if(n<DESKEYLEN || offset != 0) 
		error(Ebadarg); 
	if(!iseve()) 
1995/0113    
	if(!cpuserver || !iseve()) 
1993/0330    
		error(Eperm); 
	memmove(a, evekey, DESKEYLEN); 
	return DESKEYLEN; 


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