summaryrefslogtreecommitdiff
path: root/mail/dma/files/patch-dma.c
diff options
context:
space:
mode:
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)