diff options
author | Renato Botelho <garga@FreeBSD.org> | 2021-02-11 14:08:44 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2021-02-11 14:08:44 +0000 |
commit | 07fa21db682be2afe108f3580d9467cde3b35097 (patch) | |
tree | c2f2d99179c5bd47d68890f52942ce7fcabbeb78 /mail/dma/files/patch-spool.c | |
parent | devel/functionalplus: Fix typo in PORTNAME (diff) |
mail/dma: Fix compiler warning
- Make verify_server_fingerprint() static and fix compiler warning
- While here, re-generate other patches with `make makepatch`
Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'mail/dma/files/patch-spool.c')
-rw-r--r-- | mail/dma/files/patch-spool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dma/files/patch-spool.c b/mail/dma/files/patch-spool.c index e73c3865af9e..c310e36ac393 100644 --- a/mail/dma/files/patch-spool.c +++ b/mail/dma/files/patch-spool.c @@ -1,6 +1,6 @@ ---- spool.c.orig 2016-02-07 12:41:49 UTC +--- spool.c.orig 2020-02-05 10:59:09 UTC +++ spool.c -@@ -416,7 +416,7 @@ flushqueue_since(unsigned int period) +@@ -419,7 +419,7 @@ flushqueue_since(unsigned int period) return (0); /* Did the flush file get touched within the last period seconds? */ |