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

1993/1202/port/devproc.c (diff list | history)

1993/1201/sys/src/9/port/devproc.c:151,1571993/1202/sys/src/9/port/devproc.c:151,157 (short | long | prev | next)
1990/0227    
procwalk(Chan *c, char *name) 
{ 
1991/1106    
	if(strcmp(name, "..") == 0) { 
1991/1011    
		c->qid.path = Qdir|CHDIR; 
1993/1202    
		c->qid.path = CHDIR; 
1991/1011    
		return 1; 
	} 
 


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