diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-11-10 23:14:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-11-10 23:14:28 +0000 |
commit | 9313e86409e8caa6a108153ec71bcfe892da629e (patch) | |
tree | 00dd9e00fcfa4a7479df7ac5b5bb507fde615c7d /mail/procmail/files | |
parent | a9fe8f021fda79b983cf633e36982e89299916aa (diff) | |
download | ports-9313e86409e8caa6a108153ec71bcfe892da629e.tar.gz ports-9313e86409e8caa6a108153ec71bcfe892da629e.zip |
Notes
Diffstat (limited to 'mail/procmail/files')
-rw-r--r-- | mail/procmail/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/procmail/files/patch-af b/mail/procmail/files/patch-af new file mode 100644 index 000000000000..1cfe9af851dd --- /dev/null +++ b/mail/procmail/files/patch-af @@ -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); |