Changeset 64317 in vbox for trunk/src/VBox/Devices/Storage/DrvHostBase-solaris.cpp
- Timestamp:
- Oct 19, 2016 12:03:27 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 111390
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase-solaris.cpp
r64316 r64317 48 48 /** Pointer to the host backend specific data. */ 49 49 typedef DRVHOSTBASEOS *PDRVHOSBASEOS; 50 AssertCompile(sizeof(DRVHOSTBASEOS) <= 64); 50 51 //AssertCompile(sizeof(DRVHOSTBASEOS) <= 64); 51 52 52 53 #define DRVHOSTBASE_OS_INT_DECLARED … … 322 323 free(pszBlockDevName); 323 324 pThis->Os.pszRawDeviceOpen = RTStrDup(pThis->pszDevice); 324 if (!pThis->pszDeviceOpen || !pThis->Os.pszRawDeviceOpen) ;325 if (!pThis->pszDeviceOpen || !pThis->Os.pszRawDeviceOpen) 325 326 return VERR_NO_MEMORY; 326 327
Note:
See TracChangeset
for help on using the changeset viewer.