Changeset 27287 in vbox
- Timestamp:
- Mar 11, 2010 4:36:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r26824 r27287 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Sun Microsystems, Inc.7 * Copyright (C) 2006-2010 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 227 227 228 228 if (!rc) 229 rc = posix_spawn(&pid, pszExec, NULL, &Attr, (char * const *)papszArgs,229 rc = posix_spawn(&pid, pszExec, pFileActions, &Attr, (char * const *)papszArgs, 230 230 (char * const *)papszEnv); 231 231
Note:
See TracChangeset
for help on using the changeset viewer.