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

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

1995/0726/sys/src/9/port/devenv.c:23,361995/0804/sys/src/9/port/devenv.c:23,33 (short | long | prev | next)
1990/0227    
} 
 
int 
envgen(Chan *c, Dirtab *tab, int ntab, int s, Dir *dp) 
1995/0804    
envgen(Chan *c, Dirtab*, int, int s, Dir *dp) 
1990/0227    
{ 
1991/0705    
	Egrp *eg; 
1992/0623    
	Evalue *e; 
1990/0227    
 
1992/0711    
	USED(tab); 
	USED(ntab); 
                 
1993/0501    
	eg = up->egrp; 
1992/0623    
	qlock(eg); 
 
1995/0726/sys/src/9/port/devenv.c:177,1921995/0804/sys/src/9/port/devenv.c:174,187
1990/0227    
} 
 
void 
envwstat(Chan *c, char *db) 
1995/0804    
envwstat(Chan*, char*) 
1991/1018    
{ 
1991/1115    
	USED(c, db); 
1991/1018    
	error(Eperm); 
1990/0227    
} 
 
void 
envclose(Chan * c) 
1995/0804    
envclose(Chan*) 
1990/0227    
{ 
1991/1115    
	USED(c); 
1991/1018    
} 
1990/0227    
 
long 


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