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

Comparing ray/src/hd/rholo.c (file contents):
Revision 3.61 by greg, Mon Oct 20 16:01:55 2003 UTC vs.
Revision 3.63 by greg, Wed Oct 22 02:06:34 2003 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9   #include <sys/stat.h>
10   #include <string.h>
11  
12 #include "rholo.h"
12   #include "platform.h"
13 + #include "rholo.h"
14   #include "random.h"
15  
16   #ifndef FRAGWARN
# Line 270 | Line 270 | initrholo()                    /* get our holodeck running */
270          }
271                                          /* set up signal handling */
272          sigdie(SIGINT, "Interrupt");
273        sigdie(SIGHUP, "Hangup");
273          sigdie(SIGTERM, "Terminate");
274 + #ifdef SIGHUP
275 +        sigdie(SIGHUP, "Hangup");
276 + #endif
277 + #ifdef SIGPIPE
278          sigdie(SIGPIPE, "Broken pipe");
279 + #endif
280 + #ifdef SIGALRM
281          sigdie(SIGALRM, "Alarm clock");
282 + #endif
283   #ifdef  SIGXCPU
284          sigdie(SIGXCPU, "CPU limit exceeded");
285 + #endif
286 + #ifdef  SIGXFSZ
287          sigdie(SIGXFSZ, "File size exceeded");
288   #endif
289                                          /* protect holodeck file */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines