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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.44 by greg, Tue Jun 8 19:48:31 2004 UTC vs.
Revision 2.45 by schorsch, Sat Oct 23 18:55:53 2004 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9   #include <stdio.h>
10   #include <signal.h>
11   #include <sys/types.h>
12 < #include <sys/wait.h>
12 > #ifndef NON_POSIX /* XXX need abstraction for process management */
13 > #include <sys/wait.h>
14 > #endif
15  
16   #include "platform.h"
17   #include "standard.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines