Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_file


Modified Files:
        ecore_file_monitor_inotify.c 


Log Message:
Disable debug function.

===================================================================
RCS file: 
/cvs/e/e17/libs/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ecore_file_monitor_inotify.c        7 Jun 2006 09:40:24 -0000       1.10
+++ ecore_file_monitor_inotify.c        6 Sep 2006 07:10:25 -0000       1.11
@@ -33,7 +33,9 @@
 static Ecore_File_Monitor *_ecore_file_monitor_inotify_monitor_find(int wd);
 static void                
_ecore_file_monitor_inotify_events(Ecore_File_Monitor *em,
                                                              char *file, int 
mask);
+#if 0
 static void                _ecore_file_monitor_inotify_print(char *file, int 
mask);
+#endif
 
 static inline int inotify_init(void);
 static inline int inotify_add_watch(int fd, const char *name, __u32 mask);
@@ -273,6 +275,7 @@
    return syscall(__NR_inotify_rm_watch, fd, wd);
 }
 
+#if 0
 static void
 _ecore_file_monitor_inotify_print(char *file, int mask)
 {
@@ -316,4 +319,5 @@
        printf("Inotify unmount %s: %s\n", type, file);
      }
 }
+#endif
 #endif /* HAVE_INOTIFY */



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to