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

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

2002/0410/sys/src/9/port/auth.c:75,802002/0517/sys/src/9/port/auth.c:75,85 (short | long | prev | next)
2001/0808    
	} 
 
2001/0819    
	ac = mntauth(c, aname); 
2002/0517    
 
	/* at this point ac is responsible for keeping c alive */ 
	cclose(c); 
	poperror();	/* c */ 
 
2001/0527    
	if(waserror()){ 
2001/0819    
		cclose(ac); 
2001/0527    
		nexterror(); 
2002/0410/sys/src/9/port/auth.c:84,902002/0517/sys/src/9/port/auth.c:89,94
2001/0819    
	if(fd < 0) 
		error(Enofd); 
	poperror();	/* ac */ 
	poperror();	/* c */ 
1993/0330    
 
2001/0819    
	/* always mark it close on exec */ 
	ac->flag |= CCEXEC; 


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