Changeset 13865 in vbox for trunk/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
- Timestamp:
- Nov 5, 2008 2:14:11 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 38863
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
r13858 r13865 202 202 203 203 204 int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction, u nsignedidCpu)205 { 206 int rc = ioctl(pThis->hDevice, uFunction, NULL);204 int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction, uintptr_t idCpu) 205 { 206 int rc = ioctl(pThis->hDevice, uFunction, idCpu); 207 207 if (rc == -1) 208 208 rc = -errno;
Note:
See TracChangeset
for help on using the changeset viewer.