Changeset 13858 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Nov 5, 2008 1:45:41 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38855
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp
r13837 r13858 160 160 161 161 162 int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction )162 int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction, unsigned idCpu) 163 163 { 164 164 int rc = ioctl(pThis->hDevice, uFunction, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.