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

1999/0807/mpc/devsac.c (diff list | history)

1999/0807/sys/src/9/mpc/devsac.c:162,1671999/1231/sys/src/9/mpc/devsac.c:162,169 (short | long | prev | next)
1999/0608    
	isdir(c); 
1999/0609    
	if(name[0]=='.' && name[1]==0) 
1999/0608    
		return 1; 
1999/1231    
	if(name[0]=='.' && name[1]=='.' && name[2]==0) 
		return 1; 
1999/0609    
	sac = c->aux; 
1999/0608    
	sac = saclookup(sac, name); 
	if(sac == nil) { 


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