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

1992/0321/boot/local.c (diff list | history)

1992/0321/sys/src/9/boot/local.c:20,311992/0728/sys/src/9/boot/local.c:20,29 (short | long | prev | next)
1992/0317    
int 
connectlocal(void) 
{ 
	ulong i; 
	int p[2]; 
	char d[DIRLEN]; 
	char sbuf[32]; 
	char rbuf[32]; 
	char *mtpt; 
	char partition[2*NAMELEN]; 
 
	if(stat("/kfs", d) < 0) 


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