X-Git-Url: http://git.lttng.org/?p=ltt-control.git;a=blobdiff_plain;f=trunk%2Fltt-control%2Flttd%2Flttd.c;h=f9e7f3b815593ece3850cab3a9073721044ff16d;hp=87d5630c200983ed2d6cfc6af5e5016705130752;hb=8d91577fa5394637b00f03e8f25ce1549c4442e8;hpb=7967f7c3ae01d9b9aad66167dceb2d266ace4ab1 diff --git a/trunk/ltt-control/lttd/lttd.c b/trunk/ltt-control/lttd/lttd.c index 87d5630..f9e7f3b 100644 --- a/trunk/ltt-control/lttd/lttd.c +++ b/trunk/ltt-control/lttd/lttd.c @@ -52,6 +52,7 @@ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14) #include +#if 0 /* should now be provided by libc. */ /* From the inotify-tools 2.6 package */ static inline int inotify_init (void) { @@ -67,6 +68,7 @@ static inline int inotify_rm_watch (int fd, __u32 wd) { return syscall (__NR_inotify_rm_watch, fd, wd); } +#endif //0 #define HAS_INOTIFY #else static inline int inotify_init (void)