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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.26 by greg, Sat Aug 7 08:43:32 1993 UTC vs.
Revision 2.27 by greg, Mon Oct 18 13:17:47 1993 UTC

# Line 39 | Line 39 | char *argv[];
39   #endif
40   #endif
41                                          /* protection from SYSV signals(!) */
42 < #if defined(sgi) || defined(hpux)
42 > #if defined(sgi)
43   #define guard_io()      sighold(SIGALRM)
44   #define unguard()       sigrelse(SIGALRM)
45   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines