Package: udev
Version: 0.103-1
Severity: wishlist
Tags: patch

Please apply a patch to fix inotify syscalls on M32R.

Regards,

Kauhiro Inaoka


--- udev-0.103/udev_sysdeps.h.org       2006-12-06 05:29:31.503967152 +0000
+++ udev-0.103/udev_sysdeps.h   2006-12-06 05:30:02.502139848 +0000
@@ -64,6 +64,10 @@
 # define __NR_inotify_init     290
 # define __NR_inotify_add_watch        291
 # define __NR_inotify_rm_watch 292
+#elif defined (__m32r__)
+# define __NR_inotify_init     290
+# define __NR_inotify_add_watch        291
+# define __NR_inotify_rm_watch 292
 #elif defined (__hppa__)
 # define __NR_inotify_init      269
 # define __NR_inotify_add_watch 270

Reply via email to