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.30 by schorsch, Mon Jul 14 20:02:30 2003 UTC vs.
Revision 2.31 by schorsch, Sat Aug 30 09:03:31 2003 UTC

# Line 25 | Line 25 | static const char      RCSid[] = "$Id$";
25   #define TIMELIM         (8*3600)        /* time limit for holding pattern */
26   #endif
27  
28 #ifndef freebsd
29 #define mkfifo(fn,md)   mknod(fn, S_IFIFO|(md), 0)
30 #endif
31
28   extern void     io_process();
29  
30   extern int      headismine;     /* boolean true if header belongs to me */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines