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.38 by schorsch, Wed Jun 7 17:52:04 2006 UTC vs.
Revision 2.39 by schorsch, Mon Apr 21 07:31:30 2008 UTC

# Line 13 | Line 13 | static const char      RCSid[] = "$Id$";
13   #include <signal.h>
14   #include <sys/stat.h>
15   #include <sys/types.h>
16 < #include <sys/wait.h>
16 > #ifndef NON_POSIX /* XXX need abstraction for process management */
17 > #include <sys/wait.h>
18 > #endif
19  
20   #include "platform.h"
21   #include "rtprocess.h" /* getpid() */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines