Changeset 20394 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jun 8, 2009 11:26:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp
r16335 r20394 274 274 int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction, uintptr_t idCpu) 275 275 { 276 int rc = ioctl(pThis->hDevice, uFunction, NULL);276 int rc = ioctl(pThis->hDevice, uFunction, idCpu); 277 277 if (rc == -1) 278 278 rc = errno;
Note:
See TracChangeset
for help on using the changeset viewer.