VirtualBox

Changeset 26317 in vbox


Ignore:
Timestamp:
Feb 7, 2010 9:35:45 PM (15 years ago)
Author:
vboxsync
Message:

bogus

File:
1 edited

Legend:

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

    r26316 r26317  
    368368    if (pid == -1)
    369369        return RTErrConvertFromErrno(errno);
     370
    370371    if (pid != 0)
    371372    {
     
    377378            int rcWrite = write(fdPidfile, szBuf, cbPid);
    378379            close(fdPidfile);
    379             if (rcWrite < 0)
    380                 return RTErrConvertFromErrno(errno)
    381380        }
    382381        exit(0);
    383382    }
    384383
    385     return VINF_SUCCESS;
    386 }
    387 
     384    return rc;
     385}
     386
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