VirtualBox

Changeset 64065 in vbox


Ignore:
Timestamp:
Sep 28, 2016 9:05:46 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110994
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VSCSI/VSCSILunMmc.cpp

    r64064 r64065  
    405405 * @param   cbMaxTransfer The maximum transfer size.
    406406 */
    407 static int vscsiLunMmcGetConfiguration(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, uint16_t cbMaxTransfer)
     407static int vscsiLunMmcGetConfiguration(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, size_t cbMaxTransfer)
    408408{
    409409    uint8_t aReply[80];
     
    473473 * @param   cbMaxTransfer The maximum transfer size.
    474474 */
    475 static int vscsiLunMmcReadDvdStructure(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, uint16_t cbMaxTransfer)
     475static int vscsiLunMmcReadDvdStructure(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, size_t cbMaxTransfer)
    476476{
    477477    uint8_t aReply[25]; /* Counted a maximum of 20 bytes but better be on the safe side. */
     
    630630 * @param   cbMaxTransfer The maximum transfer size.
    631631 */
    632 static int vscsiLunMmcModeSense10(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, uint16_t cbMaxTransfer)
     632static int vscsiLunMmcModeSense10(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, size_t cbMaxTransfer)
    633633{
    634634    int rcReq;
     
    740740 */
    741741static int vscsiLunMmcGetEventStatusNotification(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq,
    742                                                  uint16_t cbMaxTransfer)
     742                                                 size_t cbMaxTransfer)
    743743{
    744744    uint32_t OldStatus;
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