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.35 by greg, Fri Sep 17 21:43:50 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 +        kill(pid, SIGTERM);     /* no more process to feed, so... */
339          waitpid(pid, 0, 0);     /* wait for feeder process */
340          _exit(status);
341   formerr:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines