VirtualBox

Changeset 47104 in vbox


Ignore:
Timestamp:
Jul 11, 2013 3:55:40 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87183
Message:

build fix

File:
1 edited

Legend:

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

    r47102 r47104  
    564564    {
    565565#ifdef RT_OS_SOLARIS
     566        int templateFd = -1;
    566567        if (!(fFlags & RTPROC_FLAGS_SAME_CONTRACT))
    567568        {
    568             int templateFd = rtSolarisContractPreFork();
     569            templateFd = rtSolarisContractPreFork();
    569570            if (templateFd == -1)
    570571                return VERR_OPEN_FAILED;
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