--- ray/src/rt/persist.c 1993/01/21 10:09:04 2.2 +++ ray/src/rt/persist.c 1993/01/25 19:17:36 2.5 @@ -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)