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

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

1992/0317/sys/src/9/boot/local.c:30,361992/0318/sys/src/9/boot/local.c:30,36 (short | long | prev | next)
1992/0317    
 
	if(stat("/kfs", d) < 0) 
		return -1; 
	sprint(partition, "%sfs", mp->arg ? mp->arg : bootdisk); 
1992/0318    
	sprint(partition, "%sfs", disk ? disk : bootdisk); 
1992/0317    
	if(stat(partition, d) < 0) 
		return -1; 
 


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