oops, I left in the #undef WITH_INOTIFY that I was using to test the readdir() implementation...

This commit is contained in:
Charles Kerr 2009-03-01 15:39:50 +00:00
parent 05bc8472dc
commit b564fb2d7a
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@
* $Id:$
*/
#undef WITH_INOTIFY
#ifdef WITH_INOTIFY
#include <sys/inotify.h>
#include <sys/select.h>