ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rtprocess.h
(Generate patch)

Comparing ray/src/common/rtprocess.h (file contents):
Revision 3.7 by greg, Mon Nov 10 16:41:52 2003 UTC vs.
Revision 3.9 by schorsch, Fri Nov 14 17:22:06 2003 UTC

# Line 28 | Line 28
28    #define popen(cmd,mode) win_popen(cmd,mode)
29    #define pclose(p) win_pclose(p)
30   #else
31 +  #include <stdio.h>
32    #include <sys/param.h>
33   #endif
34  
35   #include "paths.h"
35
36 #if !defined(BSD) || defined(sparc)
37 #define vfork   fork
38 #endif
36  
37   #ifdef __cplusplus
38   extern "C" {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines