gamin: remove unused patch
Doesn't get applied because of the 0.1.10 patch, doesn't seem important and hasn't been updated since it got added back in 2008. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7432083499
commit
08f0746a83
@ -1,14 +0,0 @@
|
||||
--- 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 */
|
||||
}
|
Loading…
Reference in New Issue
Block a user