--- zzzz-none-000/linux-2.6.13.1/include/asm-mips/unistd.h 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/include/asm-mips/unistd.h 2009-04-23 11:23:51.000000000 +0000 @@ -303,16 +303,21 @@ #define __NR_add_key (__NR_Linux + 280) #define __NR_request_key (__NR_Linux + 281) #define __NR_keyctl (__NR_Linux + 282) +/*------------------------------------------------------------------------------------------*\ +\*------------------------------------------------------------------------------------------*/ +#define __NR_inotify_init (__NR_Linux + 283) +#define __NR_inotify_add_watch (__NR_Linux + 284) +#define __NR_inotify_rm_watch (__NR_Linux + 285) +#define __NR_Linux_syscalls 285 /* * Offset of the last Linux o32 flavoured syscall */ -#define __NR_Linux_syscalls 282 #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */ #define __NR_O32_Linux 4000 -#define __NR_O32_Linux_syscalls 282 +#define __NR_O32_Linux_syscalls 285 #if _MIPS_SIM == _MIPS_SIM_ABI64