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

1995/0726/port/devenv.c (diff list | history)

1995/0108/sys/src/9/port/devenv.c:106,1171995/0726/sys/src/9/port/devenv.c:106,116 (short | long | prev | next)
1990/0227    
} 
 
void 
envcreate(Chan *c, char *name, int omode, ulong perm) 
1995/0726    
envcreate(Chan *c, char *name, int omode, ulong) 
1990/0227    
{ 
1991/0705    
	Egrp *eg; 
1992/0623    
	Evalue *e; 
1990/0227    
 
1992/0711    
	USED(perm); 
1990/11211    
	if(c->qid.path != CHDIR) 
		error(Eperm); 
1992/0623    
 


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