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

1991/0115/gnot/trap.c (diff list | history)

1990/1226/sys/src/9/gnot/trap.c:307,3131991/0115/sys/src/9/gnot/trap.c:307,313 (short | long | prev | next)
1990/03091    
void 
1990/11211    
error(int code) 
1990/03091    
{ 
1990/11211    
	strncpy(u->error, errstrtab[code], NAMELEN); 
1991/0115    
	strncpy(u->error, errstrtab[code], ERRLEN); 
1990/03091    
	nexterror(); 
} 
1990/11211    
 


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