GNOME Bugzilla – Bug 553099
[patch] use sys/inotify.h instead of linux/inotify.h
Last modified: 2009-05-13 13:12:58 UTC
Please describe the problem: Tracker preferred linux/inotify.h over sys/inotify.h. Combining #include <linux/inotify.h> with glibc headers is not recommended and likely to break with kernel headers >= 2.6.27. The way documented in the manpage, that works with non-ancient glibc versions and most other Linux libc implementations, is to use #include <sys/inotify.h> instead. A general discussion of this topic can be found in the thread starting with http://lkml.org/lkml/2008/9/16/79 . Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 119077 [details] [review] patch to remove the obsolete linux/inotify.h code
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of 556196 ***