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.34 by schorsch, Tue Mar 30 16:13:01 2004 UTC vs.
Revision 2.36 by greg, Sun Sep 19 07:24:37 2004 UTC

# Line 335 | Line 335 | io_process(void)               /* just act as go-between for actual
335                                  } while ((nr -= n) > 0);
336                  }
337          }
338 <        wait(0);                /* wait for feeder process */ /* XXX platform */
338 >        kill(pid, SIGTERM);     /* no more process to feed, so... */
339 >        waitpid(pid, 0, 0);     /* wait for feeder process */
340          _exit(status);
341   formerr:
342          error(USER, "format error in persist file");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines