Changeset 52575 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Sep 3, 2014 7:36:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r52553 r52575 816 816 * Process the IOCtl. 817 817 */ 818 rc = supdrvIOCtl(iCmd, &g_DevExt, pSession, pHdr );818 rc = supdrvIOCtl(iCmd, &g_DevExt, pSession, pHdr, cbBuf); 819 819 820 820 /*
Note:
See TracChangeset
for help on using the changeset viewer.