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.30 by schorsch, Mon Jul 14 20:02:30 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 90 | Line 88 | int    lf;
88   }
89  
90  
91 + void
92   persistfile(pfn)        /* open persist file and lock it */
93   char    *pfn;
94   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines