changeset 3905:b694c27ad1a8 HEAD

Changed linux/inotify* includes to sys/inotify.h (I thought I had done this already).
author Timo Sirainen <tss@iki.fi>
date Tue, 17 Jan 2006 15:51:19 +0200
parents 9f8d69605d4b
children 51db9cedc120
files src/lib/ioloop-notify-inotify.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/ioloop-notify-inotify.c	Mon Jan 16 22:15:01 2006 +0200
+++ b/src/lib/ioloop-notify-inotify.c	Tue Jan 17 15:51:19 2006 +0200
@@ -14,8 +14,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
-#include <linux/inotify.h>
-#include <linux/inotify-syscalls.h>
+#include <sys/inotify.h>
 
 #define INITIAL_INOTIFY_BUFLEN (FILENAME_MAX + sizeof(struct inotify_event))
 #define MAXIMAL_INOTIFY_BUFLEN (32*1024)