VirtualBox

Changeset 27452 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 17, 2010 3:19:40 PM (15 years ago)
Author:
vboxsync
Message:

IPRT/process-posix: Fix POSIX burns.

File:
1 edited

Legend:

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

    r27349 r27452  
    7070    return RTProcCreateEx(pszExec, papszArgs, Env, fFlags,
    7171                          NULL, NULL, NULL,  /* standard handles */
    72                           NULL /*pszAsUser*/,
     72                          NULL /*pszAsUser*/, NULL /* pszPassword*/,
    7373                          pProcess);
    7474}
     
    7777RTR3DECL(int)   RTProcCreateEx(const char *pszExec, const char * const *papszArgs, RTENV hEnv, uint32_t fFlags,
    7878                               PCRTHANDLE phStdIn, PCRTHANDLE phStdOut, PCRTHANDLE phStdErr, const char *pszAsUser,
    79                                PRTPROCESS phProcess)
     79                               const char *pszPassword, PRTPROCESS phProcess)
    8080{
    8181    int rc;
Note: See TracChangeset for help on using the changeset viewer.

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