summaryrefslogtreecommitdiffstats
path: root/package/gamin/gamin-0.1.9-debug.patch
diff options
context:
space:
mode:
authorJohn Voltz2008-03-06 19:10:25 +0100
committerJohn Voltz2008-03-06 19:10:25 +0100
commit70d3331748156cff8496ea9b17a0a791d4ce9b78 (patch)
treefd2632c7b59c378e0739034a389fe474c863415c /package/gamin/gamin-0.1.9-debug.patch
parentupdated freetype (diff)
downloadbuildroot-70d3331748156cff8496ea9b17a0a791d4ce9b78.tar.gz
buildroot-70d3331748156cff8496ea9b17a0a791d4ce9b78.tar.xz
buildroot-70d3331748156cff8496ea9b17a0a791d4ce9b78.zip
added gamin
Diffstat (limited to 'package/gamin/gamin-0.1.9-debug.patch')
-rw-r--r--package/gamin/gamin-0.1.9-debug.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/gamin/gamin-0.1.9-debug.patch b/package/gamin/gamin-0.1.9-debug.patch
new file mode 100644
index 000000000..14cc0507d
--- /dev/null
+++ b/package/gamin/gamin-0.1.9-debug.patch
@@ -0,0 +1,14 @@
+--- a/server/gam_poll_basic.c 2007-07-04 09:46:29.000000000 -0400
++++ b/server/gam_poll_basic.c 2008-02-13 15:04:57.000000000 -0500
+@@ -343,9 +343,9 @@ gam_poll_basic_poll_file(GamNode * node)
+ #ifdef VERBOSE_POLL
+ GAM_DEBUG(DEBUG_INFO, "Poll: poll_file %s unchanged\n", path);
+ #ifdef ST_MTIM_NSEC
+- GAM_DEBUG(DEBUG_INFO, "%d %d : %d %d\n", node->sbuf.st_mtim.tv_sec, node->sbuf.st_mtim.tv_nsec, sbuf.st_mtim.tv_sec, sbuf.st_mtim.tv_nsec);
++// GAM_DEBUG(DEBUG_INFO, "%d %d : %d %d\n", node->sbuf.st_mtim.tv_sec, node->sbuf.st_mtim.tv_nsec, sbuf.st_mtim.tv_sec, sbuf.st_mtim.tv_nsec);
+ #else
+- GAM_DEBUG(DEBUG_INFO, "%d : %d\n", node->sbuf.st_mtime, sbuf.st_mtim.tv_nsec);
++// GAM_DEBUG(DEBUG_INFO, "%d : %d\n", node->sbuf.st_mtime, sbuf.st_mtim.tv_nsec);
+ #endif /* ST_MTIM_NSEC */
+ #endif /* VERBOSE_POLL */
+ }