summaryrefslogtreecommitdiff
path: root/mail/dma/files/patch-dma.c
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2021-02-11 14:08:44 +0000
committerRenato Botelho <garga@FreeBSD.org>2021-02-11 14:08:44 +0000
commit07fa21db682be2afe108f3580d9467cde3b35097 (patch)
treec2f2d99179c5bd47d68890f52942ce7fcabbeb78 /mail/dma/files/patch-dma.c
parentdevel/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-dma.c')
-rw-r--r--mail/dma/files/patch-dma.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/dma/files/patch-dma.c b/mail/dma/files/patch-dma.c
index aac9b3ae6426..0d857513c495 100644
--- a/mail/dma/files/patch-dma.c
+++ b/mail/dma/files/patch-dma.c
@@ -1,6 +1,6 @@
---- dma.c.orig 2016-02-07 12:41:49 UTC
+--- dma.c.orig 2020-02-05 10:59:09 UTC
+++ dma.c
-@@ -340,7 +340,7 @@ retry:
+@@ -341,7 +341,7 @@ retry:
exit(EX_SOFTWARE);
}
if (gettimeofday(&now, NULL) == 0 &&
@@ -9,7 +9,7 @@
snprintf(errmsg, sizeof(errmsg),
"Could not deliver for the last %d seconds. Giving up.",
MAX_TIMEOUT);
-@@ -564,7 +564,7 @@ main(int argc, char **argv)
+@@ -565,7 +565,7 @@ main(int argc, char **argv)
skipopts:
if (logident_base == NULL)
logident_base = "dma";
@@ -18,7 +18,7 @@
act.sa_handler = sighup_handler;
act.sa_flags = 0;
-@@ -596,7 +596,7 @@ skipopts:
+@@ -597,7 +597,7 @@ skipopts:
errlog(EX_SOFTWARE, "could not parse aliases file `%s'", config.aliases);
if ((sender = set_from(&queue, sender)) == NULL)