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

1992/0111/port/sysproc.c (diff list | history)

1992/0103/sys/src/9/port/sysproc.c:4,101992/0111/sys/src/9/port/sysproc.c:4,10 (short | long | prev | next)
Move error.h to ../port. Change errors to actual strings.
rsc Fri Mar 4 12:44:25 2005
1990/0227    
#include	"dat.h" 
#include	"fns.h" 
#include	"ureg.h" 
#include	"errno.h" 
1992/0111    
#include	"../port/error.h" 
1990/0227    
 
1990/0330    
#include	<a.out.h> 
1990/0227    
 
1992/0103/sys/src/9/port/sysproc.c:454,4601992/0111/sys/src/9/port/sysproc.c:454,460
1990/0227    
 
1990/11211    
	validaddr(arg[0], ERRLEN, 1); 
1991/0318    
	memmove((char*)arg[0], u->error, ERRLEN); 
1991/0724    
	strncpy(u->error, errstrtab[0], ERRLEN); 
1992/0111    
	strncpy(u->error, Enoerror, ERRLEN); 
1990/0227    
	return 0; 
} 
 


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