VirtualBox

Changeset 76386 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Dec 23, 2018 1:04:27 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127684
Message:

include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for VBOXHGCMSVCPARM as it drags in all kinds of stuff. bugref:9344

File:
1 edited

Legend:

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

    r69500 r76386  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
     17
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    1722#define LOG_GROUP LOG_GROUP_DRV_HOST_BASE
    1823#include <fcntl.h>
     
    3338
    3439#include <iprt/file.h>
    35 
    36 /** Maximum buffer size we support, check whether darwin has some real upper limit. */
    37 #define SOL_SCSI_MAX_BUFFER_SIZE (100 * _1K)
     40#include <iprt/string.h>
    3841
    3942/**
     
    5659#define DRVHOSTBASE_OS_INT_DECLARED
    5760#include "DrvHostBase.h"
     61
     62
     63/*********************************************************************************************************************************
     64*   Defined Constants And Macros                                                                                                 *
     65*********************************************************************************************************************************/
     66/** Maximum buffer size we support, check whether darwin has some real upper limit. */
     67#define SOL_SCSI_MAX_BUFFER_SIZE (100 * _1K)
     68
    5869
    5970#ifdef VBOX_WITH_SUID_WRAPPER
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