VirtualBox

Ignore:
Timestamp:
Oct 19, 2016 12:03:27 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111390
Message:

build fixes for Solaris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvHostBase-solaris.cpp

    r64316 r64317  
    4848/** Pointer to the host backend specific data. */
    4949typedef DRVHOSTBASEOS *PDRVHOSBASEOS;
    50 AssertCompile(sizeof(DRVHOSTBASEOS) <= 64);
     50
     51//AssertCompile(sizeof(DRVHOSTBASEOS) <= 64);
    5152
    5253#define DRVHOSTBASE_OS_INT_DECLARED
     
    322323    free(pszBlockDevName);
    323324    pThis->Os.pszRawDeviceOpen = RTStrDup(pThis->pszDevice);
    324     if (!pThis->pszDeviceOpen || !pThis->Os.pszRawDeviceOpen);
     325    if (!pThis->pszDeviceOpen || !pThis->Os.pszRawDeviceOpen)
    325326        return VERR_NO_MEMORY;
    326327
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