summaryrefslogtreecommitdiff
path: root/mail/procmail/files/patch-src-pipes.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:20:38 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:20:38 +0000
commit8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch)
tree0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/procmail/files/patch-src-pipes.c
parentscience/sigrok-cli: update to 0.5.0 (diff)
Rename mail/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'mail/procmail/files/patch-src-pipes.c')
-rw-r--r--mail/procmail/files/patch-src-pipes.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/procmail/files/patch-src-pipes.c b/mail/procmail/files/patch-src-pipes.c
new file mode 100644
index 000000000000..1cfe9af851dd
--- /dev/null
+++ b/mail/procmail/files/patch-src-pipes.c
@@ -0,0 +1,11 @@
+--- src/pipes.c.bak Tue Sep 11 08:58:44 2001
++++ src/pipes.c Mon Nov 11 02:11:49 2002
+@@ -194,7 +194,7 @@
+ makeblock(&temp,Stdfilled);
+ tmemmove(temp.p,Stdout,Stdfilled);
+ readdyn(&temp,&Stdfilled,Stdfilled+backlen+1);
+- Stdout=realloc(Stdout,&Stdfilled+1);
++ Stdout=realloc(Stdout,Stdfilled+1);
+ tmemmove(Stdout,temp.p,Stdfilled+1);
+ freeblock(&temp);
+ retStdout(Stdout,pwait&&pipw,!backblock);