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

Comparing ray/src/rt/rc3.c (file contents):
Revision 2.10 by greg, Sat Jun 16 17:09:49 2012 UTC vs.
Revision 2.11 by greg, Sat Jun 16 17:30:13 2012 UTC

# Line 462 | Line 462 | static int
462   next_child_ready()
463   {
464          fd_set                  writeset, errset;
465 <        int                     i, n, nqr;
465 >        int                     i, n;
466  
467          for (i = nchild; i--; )         /* see if there's one free first */
468                  if (!kida[i].nr)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines