inotifyd

Tobias Poschwatta tp at fonz.de
Mon Oct 20 12:58:19 UTC 2008


Hi,

compilation of inotifyd in busybox-1.12.1 fails, using gcc-4.3 and
eglibc-2.8. According to

  http://www.gossamer-threads.com/lists/linux/kernel/973494

the fix is to use sys/innotify.h instead of linux/inotify.h:

 sed -i 's at linux/inotify.h at sys/inotify.h@' miscutils/inotifyd.c

Works for me.

T.



More information about the busybox mailing list