[xtensa-cvscommit] linux/arch/xtensa/kernel syscalls.h,1.1.1.1,1.2
Brought to you by:
zankel
|
From: <jgr...@us...> - 2002-09-11 16:29:55
|
Update of /cvsroot/xtensa/linux/arch/xtensa/kernel In directory usw-pr-cvs1:/tmp/cvs-serv17320 Modified Files: syscalls.h Log Message: Correct argument count for sys_init_module(). Index: syscalls.h =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/kernel/syscalls.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** syscalls.h 28 Aug 2002 16:10:14 -0000 1.1.1.1 --- syscalls.h 11 Sep 2002 16:29:49 -0000 1.2 *************** *** 152,156 **** SYS(sys_sigprocmask, 3) SYS(sys_create_module, 2) ! SYS(sys_init_module, 5) SYS(sys_delete_module, 1) SYS(sys_get_kernel_syms, 1) /* 130 */ --- 152,156 ---- SYS(sys_sigprocmask, 3) SYS(sys_create_module, 2) ! SYS(sys_init_module, 2) SYS(sys_delete_module, 1) SYS(sys_get_kernel_syms, 1) /* 130 */ |