1 Index: xserver-xorg-input-evdev/src/inotify-syscalls.h
2 ===================================================================
3 --- xserver-xorg-input-evdev.orig/src/inotify-syscalls.h 2006-11-01 19:37:12.000000000 +1100
4 +++ xserver-xorg-input-evdev/src/inotify-syscalls.h 2006-11-01 19:59:51.000000000 +1100
6 # define __NR_inotify_init 269
7 # define __NR_inotify_add_watch 270
8 # define __NR_inotify_rm_watch 271
9 +#elif defined (__mips__)
10 +# if _MIPS_SIM == _MIPS_SIM_ABI32
11 +# define __NR_inotify_init 4284
12 +# define __NR_inotify_add_watch 4285
13 +# define __NR_inotify_rm_watch 4286
14 +# elif _MIPS_SIM == _MIPS_SIM_NABI32
15 +# define __NR_inotify_init 6247
16 +# define __NR_inotify_add_watch 6248
17 +# define __NR_inotify_rm_watch 6249
18 +# elif _MIPS_SIM == _MIPS_SIM_ABI64
19 +# define __NR_inotify_init 5243
20 +# define __NR_inotify_add_watch 5244
21 +# define __NR_inotify_rm_watch 5245
23 +#elif defined (__mc68000__)
24 +# define __NR_inotify_init 284
25 +# define __NR_inotify_add_watch 285
26 +# define __NR_inotify_rm_watch 286
28 # error "Unsupported architecture!"