diff options
Diffstat (limited to 'sys-apps/initng/files/initng-0.6.7-inotify-ppc.patch')
-rw-r--r-- | sys-apps/initng/files/initng-0.6.7-inotify-ppc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-apps/initng/files/initng-0.6.7-inotify-ppc.patch b/sys-apps/initng/files/initng-0.6.7-inotify-ppc.patch deleted file mode 100644 index 5371d0a800d8..000000000000 --- a/sys-apps/initng/files/initng-0.6.7-inotify-ppc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- initng-0.6.7/plugins/fmon/inotify-syscalls.h -+++ initng-0.6.7/plugins/fmon/inotify-syscalls.h -@@ -11,7 +11,7 @@ - # define __NR_inotify_init 253 - # define __NR_inotify_add_watch 254 - # define __NR_inotify_rm_watch 255 --#elif defined(__ppc__) -+#elif defined(__powerpc__) - # define __NR_inotify_init 275 - # define __NR_inotify_add_watch 276 - # define __NR_inotify_rm_watch 277 |