Changeset 76386 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Dec 23, 2018 1:04:27 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127684
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase-solaris.cpp
r69500 r76386 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 17 22 #define LOG_GROUP LOG_GROUP_DRV_HOST_BASE 18 23 #include <fcntl.h> … … 33 38 34 39 #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> 38 41 39 42 /** … … 56 59 #define DRVHOSTBASE_OS_INT_DECLARED 57 60 #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 58 69 59 70 #ifdef VBOX_WITH_SUID_WRAPPER
Note:
See TracChangeset
for help on using the changeset viewer.