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

Comparing ray/src/gen/mkillum.c (file contents):
Revision 2.25 by greg, Thu May 26 14:46:21 2005 UTC vs.
Revision 2.26 by schorsch, Mon Sep 19 11:30:10 2005 UTC

# Line 157 | Line 157 | main(          /* compute illum distributions using rtrace */
157          quit(0);
158   }
159  
160 +
161 + #ifndef SIGALRM
162 + #define SIGALRM SIGTERM
163 + #endif
164   static void
165   killpersist(void)                       /* kill persistent rtrace process */
166   {
# Line 169 | Line 173 | killpersist(void)                      /* kill persistent rtrace process
173                  unlink(persistfn);
174          fclose(fp);
175   }
176 +
177  
178   int
179   done_rprocs(struct rtproc *rtp)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines