Changeset 52491 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c
- Timestamp:
- Aug 25, 2014 11:31:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c
r47497 r52491 1172 1172 * Process the IOCtl. 1173 1173 */ 1174 size_t cbDataOut ;1174 size_t cbDataOut = 0; 1175 1175 rc = vboxUSBSolarisProcessIOCtl(Cmd, pState, Mode, &ReqWrap, pvBuf, &cbDataOut); 1176 1176 ReqWrap.rc = rc;
Note:
See TracChangeset
for help on using the changeset viewer.