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

1996/0214/boot/boot.c (diff list | history)

1996/0111/sys/src/9/boot/boot.c:28,381996/0214/sys/src/9/boot/boot.c:28,38 (short | long | prev | next)
1992/0530    
static Method	*rootserver(char*); 
1992/0317    
 
1995/0301    
static int 
rconv(void *o, Fconv *fp) 
1996/0214    
rconv(va_list *arg, Fconv *fp) 
1995/0301    
{ 
	char s[ERRLEN]; 
 
	USED(o); 
1996/0214    
	USED(arg); 
1995/0301    
 
	s[0] = 0; 
	errstr(s); 


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