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

2000/1129/boot/local.c (diff list | history)

2000/1018/sys/src/9/boot/local.c:98,1082000/1129/sys/src/9/boot/local.c:98,103 (short | long | prev | next)
2000/1018    
			*argp++ = bargv[i]; 
1993/0403    
		*argp = 0; 
2000/1018    
 
		print("kfs"); 
		for(argp=arg; *argp; argp++) 
			print(" %s", *argp); 
		print("\n"); 
                 
		dup(p[0], 0); 
		dup(p[1], 1); 
		close(p[0]); 


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