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

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

1991/0318/sys/src/9/gnot/trap.c:314,3201991/0322/sys/src/9/gnot/trap.c:314,320 (short | long | prev | next)
1990/11211    
void 
errors(char *err) 
{ 
	strncpy(u->error, err, NAMELEN); 
1991/0322    
	strncpy(u->error, err, ERRLEN); 
1990/11211    
	nexterror(); 
} 
 


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