VirtualBox

Ignore:
Timestamp:
Nov 7, 2017 7:00:49 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118970
Message:

iprt/dvm: Some API adjusting to VFS - work in progress. [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dvm/dvmvfs.cpp

    r69609 r69610  
    594594            RTVFS        hVfs  = NIL_RTVFS;
    595595            PRTDVMVFSVOL pThis = NULL;
    596             int rc = RTVfsNew(&g_rtDvmVfsVolOps, sizeof(RTDVMVFSVOL), NIL_RTVFS, RTVFSLOCK_CREATE_RW, &hVfs, (void **)&pThis);
     596            rc = RTVfsNew(&g_rtDvmVfsVolOps, sizeof(RTDVMVFSVOL), NIL_RTVFS, RTVFSLOCK_CREATE_RW, &hVfs, (void **)&pThis);
    597597            if (RT_SUCCESS(rc))
    598598            {
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