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

2000/1021/boot/aux.c (diff list | history)

2000/0308/sys/src/9/boot/aux.c:54,722000/1021/sys/src/9/boot/aux.c:54,66 (short | long | prev | next)
1992/0317    
void 
warning(char *s) 
{ 
	char buf[ERRLEN]; 
                 
	errstr(buf); 
	fprint(2, "boot: %s: %s\n", s, buf); 
2000/1021    
	fprint(2, "boot: %s: %r\n", s); 
1992/0317    
} 
 
void 
fatal(char *s) 
{ 
	char buf[ERRLEN]; 
                 
	errstr(buf); 
	fprint(2, "boot: %s: %s\n", s, buf); 
2000/1021    
	fprint(2, "boot fatal: %s: %r\n", s); 
1992/0317    
	exits(0); 
} 
 


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