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

1992/0325/boot/settime.c (diff list | history)

1992/0318/sys/src/9/boot/settime.c:34,401992/0325/sys/src/9/boot/settime.c:34,40 (short | long | prev | next)
1992/0318    
		f = open("#s/boot", ORDWR); 
		if(f < 0) 
			return; 
		if(mount(f, "/n/boot", MREPL, "", "") < 0){ 
1992/0325    
		if(mount(f, "/n/boot", MREPL, "", sauth) < 0){ 
1992/0318    
			close(f); 
			return; 
		} 


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