Index: /trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/process-posix.cpp	(revision 27451)
+++ /trunk/src/VBox/Runtime/r3/posix/process-posix.cpp	(revision 27452)
@@ -70,5 +70,5 @@
     return RTProcCreateEx(pszExec, papszArgs, Env, fFlags,
                           NULL, NULL, NULL,  /* standard handles */
-                          NULL /*pszAsUser*/,
+                          NULL /*pszAsUser*/, NULL /* pszPassword*/,
                           pProcess);
 }
@@ -77,5 +77,5 @@
 RTR3DECL(int)   RTProcCreateEx(const char *pszExec, const char * const *papszArgs, RTENV hEnv, uint32_t fFlags,
                                PCRTHANDLE phStdIn, PCRTHANDLE phStdOut, PCRTHANDLE phStdErr, const char *pszAsUser,
-                               PRTPROCESS phProcess)
+                               const char *pszPassword, PRTPROCESS phProcess)
 {
     int rc;
