Changeset 57872 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 23, 2015 2:06:36 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 102836
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
r57871 r57872 41 41 #include <signal.h> 42 42 #include <grp.h> 43 #include <paths.h>44 43 #include <pwd.h> 45 44 #if defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS) … … 72 71 # include <libcontract.h> 73 72 #endif 73 74 #ifndef RT_OS_SOLARIS 75 # include <paths.h> 76 #else 77 # define _PATH_MAILDIR "/var/mail" 78 # define _PATH_DEFPATH "/usr/bin:/bin" 79 # define _PATH_STDPATH "/sbin:/usr/sbin:/bin:/usr/bin" 80 #endif 81 74 82 75 83 #include <iprt/process.h>
Note:
See TracChangeset
for help on using the changeset viewer.