mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
509 B
Plaintext
14 lines
509 B
Plaintext
$NetBSD: patch-af,v 1.1 2004/01/11 06:55:00 simonb Exp $
|
|
|
|
--- src/pipes.c.orig Tue Sep 11 14:58:44 2001
|
|
+++ src/pipes.c
|
|
@@ -194,7 +194,7 @@ perr: progerr(line,excode,pwait==4
|
|
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);
|