diff options
Diffstat (limited to 'extra/source/kde3-compat/kdelibs3/kdelibs.no.inotify.externs.diff')
-rw-r--r-- | extra/source/kde3-compat/kdelibs3/kdelibs.no.inotify.externs.diff | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/extra/source/kde3-compat/kdelibs3/kdelibs.no.inotify.externs.diff b/extra/source/kde3-compat/kdelibs3/kdelibs.no.inotify.externs.diff deleted file mode 100644 index ef06c1dc..00000000 --- a/extra/source/kde3-compat/kdelibs3/kdelibs.no.inotify.externs.diff +++ /dev/null @@ -1,37 +0,0 @@ ---- ./kio/kio/kdirwatch.cpp.orig 2009-06-18 19:29:01.000000000 -0500 -+++ ./kio/kio/kdirwatch.cpp 2009-06-18 19:32:41.000000000 -0500 -@@ -73,20 +73,20 @@ - #define _S390_BITOPS_H - #include <sys/inotify.h> - --static inline int inotify_init (void) --{ -- return syscall (__NR_inotify_init); --} -- --static inline int inotify_add_watch (int fd, const char *name, __u32 mask) --{ -- return syscall (__NR_inotify_add_watch, fd, name, mask); --} -- --static inline int inotify_rm_watch (int fd, __u32 wd) --{ -- return syscall (__NR_inotify_rm_watch, fd, wd); --} -+// static inline int inotify_init (void) -+// { -+// return syscall (__NR_inotify_init); -+// } -+ -+// static inline int inotify_add_watch (int fd, const char *name, __u32 mask) -+// { -+// return syscall (__NR_inotify_add_watch, fd, name, mask); -+// } -+ -+// static inline int inotify_rm_watch (int fd, __u32 wd) -+// { -+// return syscall (__NR_inotify_rm_watch, fd, wd); -+// } - - #ifndef IN_ONLYDIR - #define IN_ONLYDIR 0x01000000 |