summaryrefslogtreecommitdiff
path: root/mail/dma/files/patch-mail.c
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2016-02-14 14:55:10 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2016-02-14 14:55:10 +0000
commit46270cda838cf13a4ce5611aadd5b104b700fe6d (patch)
tree2bb04c8648d9f90a6e8a210fa1c812f4c70aa750 /mail/dma/files/patch-mail.c
parent- Fix formating (diff)
- Update to 0.11
- Update GITHUB usage - Use software own install target - Removed support for unsupported FreeBSD releases
Notes
Notes: svn path=/head/; revision=408860
Diffstat (limited to 'mail/dma/files/patch-mail.c')
-rw-r--r--mail/dma/files/patch-mail.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/dma/files/patch-mail.c b/mail/dma/files/patch-mail.c
index e479d6d4352b..1507e1666cce 100644
--- a/mail/dma/files/patch-mail.c
+++ b/mail/dma/files/patch-mail.c
@@ -1,11 +1,11 @@
---- ./mail.c.orig 2012-01-03 13:54:05.000000000 +0000
-+++ ./mail.c 2012-01-24 22:57:41.000000000 +0000
-@@ -332,7 +332,7 @@
+--- mail.c.orig 2016-02-07 12:41:49 UTC
++++ mail.c
+@@ -333,7 +333,7 @@ newaddr:
ps->pos = 0;
addr = strdup(ps->addr);
if (addr == NULL)
-- errlog(1, NULL);
-+ errlog(1, "strdup failed");
+- errlog(EX_SOFTWARE, NULL);
++ errlog(EX_SOFTWARE, "strdup failed");
if (add_recp(queue, addr, EXPAND_WILDCARD) != 0)
- errlogx(1, "invalid recipient `%s'", addr);
+ errlogx(EX_DATAERR, "invalid recipient `%s'", addr);