From: Jan-Benedict G. <jb...@us...> - 2005-10-31 13:27:56
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15773/include/asm-vax Modified Files: unistd.h Log Message: - Removal of sys_call_table. - Content is merged into our number_of_arguments table. - Initialized by macro (to allow some extra hacks :-) Index: unistd.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/unistd.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- unistd.h 29 Jul 2004 12:23:43 -0000 1.12 +++ unistd.h 31 Oct 2005 13:27:18 -0000 1.13 @@ -97,7 +97,7 @@ #define __NR_sigpending 73 #define __NR_sethostname 74 #define __NR_setrlimit 75 -//#define __NR_old_getrlimit 76 /* 2GB constrained rlimit */ +#define __NR_old_getrlimit 76 /* 2GB constrained rlimit */ #define __NR_getrusage 77 #define __NR_gettimeofday 78 #define __NR_settimeofday 79 |