1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 03:12:44 +00:00

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

View file

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