diff options
-rw-r--r-- | build/reqprov.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/reqprov.c b/build/reqprov.c index e5107480d..806057df7 100644 --- a/build/reqprov.c +++ b/build/reqprov.c @@ -110,8 +110,6 @@ static StringBuf getOutputFrom(char *dir, char *argv[], pipe(fromProg); if (!(progPID = fork())) { - close(0); - close(1); close(toProg[1]); close(fromProg[0]); |