[xtensa-cvscommit] linux/arch/xtensa/kernel syscalls.h,1.3,1.4
Brought to you by:
zankel
|
From: <joe...@us...> - 2003-04-15 17:55:11
|
Update of /cvsroot/xtensa/linux/arch/xtensa/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv16642/arch/xtensa/kernel Modified Files: syscalls.h Log Message: sendfile has 4 args, not 3. Index: syscalls.h =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/kernel/syscalls.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** syscalls.h 1 Oct 2002 22:35:41 -0000 1.3 --- syscalls.h 15 Apr 2003 17:55:04 -0000 1.4 *************** *** 231,235 **** SYS(sys_capset, 2) /* 205 */ SYS(sys_sigaltstack, 0) ! SYS(sys_sendfile, 3) SYS(sys_ni_syscall, 0) SYS(sys_ni_syscall, 0) --- 231,235 ---- SYS(sys_capset, 2) /* 205 */ SYS(sys_sigaltstack, 0) ! SYS(sys_sendfile, 4) SYS(sys_ni_syscall, 0) SYS(sys_ni_syscall, 0) |