svn commit: trunk/busybox/miscutils

aldot at busybox.net aldot at busybox.net
Tue Oct 21 17:26:10 UTC 2008


Author: aldot
Date: 2008-10-21 10:26:10 -0700 (Tue, 21 Oct 2008)
New Revision: 23758

Log:
- use sys/inotify.h


Modified:
   trunk/busybox/miscutils/inotifyd.c


Changeset:
Modified: trunk/busybox/miscutils/inotifyd.c
===================================================================
--- trunk/busybox/miscutils/inotifyd.c	2008-10-21 17:14:26 UTC (rev 23757)
+++ trunk/busybox/miscutils/inotifyd.c	2008-10-21 17:26:10 UTC (rev 23758)
@@ -28,7 +28,7 @@
  */
 
 #include "libbb.h"
-#include <linux/inotify.h>
+#include <sys/inotify.h>
 
 static const char mask_names[] ALIGN1 =
 	"a"	// 0x00000001	File was accessed




More information about the busybox-cvs mailing list