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

Comparing ray/src/rt/persist.c (file contents):
Revision 2.4 by greg, Fri Jan 22 09:51:23 1993 UTC vs.
Revision 2.6 by greg, Fri Jan 29 12:02:29 1993 UTC

# Line 9 | Line 9 | static char SCCSid[] = "$SunId$ LBL";
9   */
10  
11   #include "standard.h"
12 +
13 + #ifdef F_SETLKW
14 +
15   #include "paths.h"
16   #include <signal.h>
17   #include <sys/types.h>
# Line 125 | Line 128 | pfhold()               /* holding pattern for idle rendering proces
128          inpname[0] = '\0';
129          unlink(outpname);
130          outpname[0] = '\0';
128        clean_slate();          /* reset time and ray counters */
131          return;
132   createrr:
133          error(SYSTEM, "cannot create named pipes in pfhold");
# Line 194 | Line 196 | io_process()           /* just act as conduits to and from actu
196   formerr:
197          error(USER, "format error in persist file");
198   }
199 +
200 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines