I mucked this up. Signed-off-by: Andrew Morton --- 25-akpm/include/asm-x86_64/unistd.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-x86_64/unistd.h~x86_64-waitid-syscall-number-fix include/asm-x86_64/unistd.h --- 25/include/asm-x86_64/unistd.h~x86_64-waitid-syscall-number-fix 2004-09-02 23:22:49.597763224 -0700 +++ 25-akpm/include/asm-x86_64/unistd.h 2004-09-02 23:22:56.917650432 -0700 @@ -554,7 +554,7 @@ __SYSCALL(__NR_mq_notify, sys_mq_notify) __SYSCALL(__NR_mq_getsetattr, sys_mq_getsetattr) #define __NR_kexec_load 246 __SYSCALL(__NR_kexec_load, sys_ni_syscall) -#define __NR_waitid (253) +#define __NR_waitid 247 __SYSCALL(__NR_waitid, sys_waitid) #define __NR_syscall_max __NR_waitid _