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

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

1993/0522/sys/src/9/port/net.c:32,381995/0804/sys/src/9/port/net.c:32,38 (short | long | prev | next)
1991/1107    
 *  generate a 3 level directory 
 */ 
int 
netgen(Chan *c, void *vp, int ntab, int i, Dir *dp) 
1995/0804    
netgen(Chan *c, void *vp, int, int i, Dir *dp) 
1991/1107    
{ 
	Qid q; 
	char buf[32]; 
1993/0522/sys/src/9/port/net.c:42,481995/0804/sys/src/9/port/net.c:42,47
1991/1115    
	int perm; 
	char *o; 
1991/1107    
 
1992/0711    
	USED(ntab); 
1991/1107    
	q.vers = 0; 
 
	/* top level directory contains the name of the network */ 


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