1) remove spurious printf
authorewt <devnull@localhost>
Fri, 21 Mar 1997 23:57:16 +0000 (23:57 +0000)
committerewt <devnull@localhost>
Fri, 21 Mar 1997 23:57:16 +0000 (23:57 +0000)
2) cleanup up pipes a bit

CVS patchset: 1497
CVS date: 1997/03/21 23:57:16

build/reqprov.c

index e510748..806057d 100644 (file)
@@ -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]);