From: ewt Date: Fri, 21 Mar 1997 23:57:16 +0000 (+0000) Subject: 1) remove spurious printf X-Git-Tag: rpm-4.4-release~4238 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59e490ffef9898688ae35a198f58e1dbf78fa6ee;p=platform%2Fupstream%2Frpm.git 1) remove spurious printf 2) cleanup up pipes a bit CVS patchset: 1497 CVS date: 1997/03/21 23:57:16 --- diff --git a/build/reqprov.c b/build/reqprov.c index e510748..806057d 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]);