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

2001/0607/boot/boot.c (diff list | history)

2001/0527/sys/src/9/boot/boot.c:104,1102001/0607/sys/src/9/boot/boot.c:104,110 (short | long | prev | next)
2001/0527    
	n = fversion(fd, 0, buf, sizeof buf); 
	if(n < 0) 
		fatal("can't init 9P"); 
	print("(%.*s)", n, buf); 
2001/0607    
	print("(%.*s)...", n, buf); 
1992/0909    
	if(!islocal && !ishybrid){ 
1992/0318    
		if(cfs) 
			fd = (*cfs)(fd); 


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