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