Hi,

attached is the patch for adding support for hppa inotify syscalls.

-- 
JID: [EMAIL PROTECTED]
Index: pyinotify-0.7.0/src/pyinotify/inotify_syscalls.h
===================================================================
--- pyinotify-0.7.0.orig/src/pyinotify/inotify_syscalls.h	2007-06-17 12:20:28.000000000 +0700
+++ pyinotify-0.7.0/src/pyinotify/inotify_syscalls.h	2007-06-17 12:23:32.000000000 +0700
@@ -42,9 +42,9 @@
 # define __NR_inotify_add_watch		319
 # define __NR_inotify_rm_watch		320
 #elif defined (__hppa__)
-# define __NR_inotify_init      269
-# define __NR_inotify_add_watch 270
-# define __NR_inotify_rm_watch  271
+# define __NR_inotify_init		269
+# define __NR_inotify_add_watch		270
+# define __NR_inotify_rm_watch		271
 #elif defined (__mips__)
 # define _MIPS_SIM_ABI32		1
 # define _MIPS_SIM_NABI32		2

Reply via email to