]> granicus.if.org Git - transmission/commitdiff
oops, I left in the #undef WITH_INOTIFY that I was using to test the readdir() implem...
authorCharles Kerr <charles@transmissionbt.com>
Sun, 1 Mar 2009 15:39:50 +0000 (15:39 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sun, 1 Mar 2009 15:39:50 +0000 (15:39 +0000)
daemon/watch.c

index 203e1b237132186789c374e77377cc089ca801d6..9b41a846e1395776e8f57c71c5706725b10a4bc2 100644 (file)
@@ -10,8 +10,6 @@
  * $Id:$
  */
 
-#undef WITH_INOTIFY
-
 #ifdef WITH_INOTIFY
   #include <sys/inotify.h>
   #include <sys/select.h>