VirtualBox

Changeset 57872 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 23, 2015 2:06:36 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102836
Message:

process-creation-posix.cpp: solaris build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp

    r57871 r57872  
    4141#include <signal.h>
    4242#include <grp.h>
    43 #include <paths.h>
    4443#include <pwd.h>
    4544#if defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS)
     
    7271# include <libcontract.h>
    7372#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
    7482
    7583#include <iprt/process.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette