diff options
Diffstat (limited to 'mail/dma/files/patch-spool.c')
-rw-r--r-- | mail/dma/files/patch-spool.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/dma/files/patch-spool.c b/mail/dma/files/patch-spool.c deleted file mode 100644 index 0ebbfa10fca2..000000000000 --- a/mail/dma/files/patch-spool.c +++ /dev/null @@ -1,11 +0,0 @@ ---- spool.c.orig 2013-06-03 14:03:15.000000000 +0000 -+++ spool.c 2013-08-22 11:07:47.000000000 +0000 -@@ -415,7 +415,7 @@ flushqueue_since(unsigned int period) - return (0); - - /* Did the flush file get touched within the last period seconds? */ -- if (st.st_mtim.tv_sec + period >= now.tv_sec) -+ if (st.st_mtim.tv_sec + (int)period >= now.tv_sec) - return (1); - else - return (0); |