On Mon, 18 Sep 2006, Drew Parsons wrote: > xserver-xorg-input-evdev 1.1.2 currently fails to build on m68k (cf. > http://buildd.debian.org/fetch.php?&pkg=xserver-xorg-input-evdev&ver=1% > 3A1.1.2-1&arch=m68k&stamp=1151064364&file=log&as=raw) > > This is because a new file inotify-syscalls.h has been added which > defines syscalls for each specific architecture used for inotify, and > rejects any unknown architecture, see > http://necrotic.deadbeast.net/svn/xorg-x11/trunk/driver/xserver-xorg-input-evdev/src/inotify-syscalls.h > > The required syscalls are __NR_inotify_init, __NR_inotify_add_watch and > __NR_inotify_rm_watch. > > If you can provide the relevant 3 numbers then we can patch evdev > support back for m68k, and we can push the patch upstream to X.org.
According to http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/include/asm-m68k/unistd.h: | #define __NR_inotify_init 284 | #define __NR_inotify_add_watch 285 | #define __NR_inotify_rm_watch 286 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]