Changeset 4882 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Sep 18, 2007 7:37:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp
r4873 r4882 135 135 136 136 137 int suplibO SIOCtlFast(uintptr_t uFunction)137 int suplibOsIOCtlFast(uintptr_t uFunction) 138 138 { 139 139 int rc = ioctl(g_hDevice, uFunction, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.