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

Comparing ray/src/util/rad.c (file contents):
Revision 2.67 by greg, Thu Jul 3 18:03:58 2003 UTC vs.
Revision 2.68 by schorsch, Thu Jul 3 22:41:45 2003 UTC

# Line 1399 | Line 1399 | int    all;
1399   {
1400          (void)all;                      /* no one to wait for */
1401   }
1402 + int
1403 + kill(pid, sig) /* win|unix_process.c should also wait and kill */
1404 + int pid, sig;
1405 + {
1406 +        return 0;
1407 + }
1408   #endif  /* ! RHAS_FORK_EXEC */
1409  
1410   finish_process()                        /* exit a child process */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines