summaryrefslogtreecommitdiff
path: root/mail/ezmlm-idx/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ezmlm-idx/patches/patch-ad')
-rw-r--r--mail/ezmlm-idx/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ezmlm-idx/patches/patch-ad b/mail/ezmlm-idx/patches/patch-ad
new file mode 100644
index 00000000000..0847c6ac5ab
--- /dev/null
+++ b/mail/ezmlm-idx/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2005/01/08 00:15:28 schmonz Exp $
+
+--- ezmlm-moderate.c.orig 2004-12-23 19:06:13.000000000 -0500
++++ ezmlm-moderate.c
+@@ -204,7 +204,7 @@ char **argv;
+ sig_pipeignore();
+ when = now();
+
+- if (!stralloc_copys(&sendopt," -")) die_nomem();
++ if (!stralloc_copys(&sendopt,"-")) die_nomem();
+ while ((opt = getopt(argc,argv,"cCmMrRt:T:vV")) != opteof)
+ switch(opt) { /* pass on ezmlm-send options */
+ case 'c': /* ezmlm-send flags */