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.16 by schorsch, Sun Mar 6 01:13:17 2016 UTC vs.
Revision 3.17 by greg, Tue Mar 20 17:45:07 2018 UTC

# Line 16 | Line 16
16    #include <process.h> /* getpid() and others */
17    #define getpid _getpid
18    #define execv _execv
19 +  #define execvp _execvp
20   #else
21    #include <sys/param.h>
22    #include <sys/types.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines