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.29 by schorsch, Mon Jun 30 14:59:12 2003 UTC vs.
Revision 2.31 by schorsch, Sat Aug 30 09:03:31 2003 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   #include <string.h>
13   #include <signal.h>
14   #include <sys/stat.h>
15 #ifdef _WIN32
16 #include <process.h> /* getpid() */
17 #endif
15  
16 + #include "rtprocess.h" /* getpid() */
17   #include "standard.h"
18   #include "random.h"
19  
# Line 27 | Line 25 | static const char      RCSid[] = "$Id$";
25   #define TIMELIM         (8*3600)        /* time limit for holding pattern */
26   #endif
27  
30 #ifndef freebsd
31 #define mkfifo(fn,md)   mknod(fn, S_IFIFO|(md), 0)
32 #endif
33
28   extern void     io_process();
29  
30   extern int      headismine;     /* boolean true if header belongs to me */
# Line 90 | Line 84 | int    lf;
84   }
85  
86  
87 + void
88   persistfile(pfn)        /* open persist file and lock it */
89   char    *pfn;
90   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines