ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/persist.c
(Generate patch)

Comparing ray/src/rt/persist.c (file contents):
Revision 2.3 by greg, Thu Jan 21 17:01:24 1993 UTC vs.
Revision 2.4 by greg, Fri Jan 22 09:51:23 1993 UTC

# Line 96 | Line 96 | pfhold()               /* holding pattern for idle rendering proces
96          register int    n;
97                                  /* close input and output descriptors */
98          close(fileno(stdin));
99        fflush(stdout);
99          close(fileno(stdout));
100                                  /* create named pipes for input and output */
101          if (mknod(mktemp(strcpy(inpname,TEMPLATE)), S_IFIFO|0600) < 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines