VirtualBox

Ignore:
Timestamp:
Jun 24, 2009 7:34:49 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49063
Message:

build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/testcase/tstSupSem-Zombie.cpp

    r20903 r20904  
    4141#include <iprt/process.h>
    4242#include <iprt/stream.h>
     43#include <iprt/string.h>
    4344#include <iprt/test.h>
    4445#include <iprt/time.h>
     
    115116    g_pSession = pSession;
    116117
    117     /* 
     118    /*
    118119     * A semaphore of each kind and throw a bunch of threads on them.
    119120     */
     
    148149
    149150
    150 /** 
    151  * The parent main routine. 
     151/**
     152 * The parent main routine.
    152153 * @param   argv0       The executable name (or whatever).
    153154 */
     
    191192            }
    192193            RTTESTI_CHECK_RC_OK(rc);
    193             if (    RT_SUCCESS(rc) 
     194            if (    RT_SUCCESS(rc)
    194195                &&  (   Status.enmReason != RTPROCEXITREASON_NORMAL
    195196                     || Status.iStatus != 0))
    196             {   
     197            {
    197198                RTTestIFailed("child %u (%d) reason %d\n", Status.iStatus, Status.iStatus, Status.enmReason);
    198199                rc = VERR_PERMISSION_DENIED;
     
    201202        /* one zombie process is enough. */
    202203        if (RT_FAILURE(rc))
    203             break;                     
     204            break;
    204205    }
    205206
     
    210211int main(int argc, char **argv)
    211212{
    212     if (    argc == 2 
     213    if (    argc == 2
    213214        &&  !strcmp(argv[1], "--child"))
    214215        return mainChild();
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