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.35 by greg, Fri Sep 17 21:43:50 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 >        waitpid(pid, 0, 0);     /* wait for feeder process */
339          _exit(status);
340   formerr:
341          error(USER, "format error in persist file");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines