--- ray/src/rt/persist.c 1993/01/21 17:01:24 2.3 +++ ray/src/rt/persist.c 1993/01/22 09:51:23 2.4 @@ -96,7 +96,6 @@ pfhold() /* holding pattern for idle rendering proces register int n; /* close input and output descriptors */ close(fileno(stdin)); - fflush(stdout); close(fileno(stdout)); /* create named pipes for input and output */ if (mknod(mktemp(strcpy(inpname,TEMPLATE)), S_IFIFO|0600) < 0)