Changeset 16334 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jan 28, 2009 8:34:41 PM (16 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase.cpp
r13840 r16334 30 30 # include <IOKit/IOKitLib.h> 31 31 # include <IOKit/storage/IOStorageDeviceCharacteristics.h> 32 # include <IOKit/scsi -commands/SCSITaskLib.h>33 # include <IOKit/scsi -commands/SCSICommandOperationCodes.h>32 # include <IOKit/scsi/SCSITaskLib.h> 33 # include <IOKit/scsi/SCSICommandOperationCodes.h> 34 34 # include <IOKit/IOBSD.h> 35 35 # include <DiskArbitration/DiskArbitration.h> -
trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp
r15831 r16334 32 32 # include <IOKit/IOKitLib.h> 33 33 # include <IOKit/IOCFPlugIn.h> 34 # include <IOKit/scsi -commands/SCSITaskLib.h>35 # include <IOKit/scsi -commands/SCSICommandOperationCodes.h>34 # include <IOKit/scsi/SCSITaskLib.h> 35 # include <IOKit/scsi/SCSICommandOperationCodes.h> 36 36 # include <IOKit/storage/IOStorageDeviceCharacteristics.h> 37 37 # include <mach/mach_error.h>
Note:
See TracChangeset
for help on using the changeset viewer.