Changeset 4882 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Sep 18, 2007 7:37:44 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24607
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp
r4873 r4882 205 205 206 206 207 int suplibO SIOCtlFast(uintptr_t uFunction)207 int suplibOsIOCtlFast(uintptr_t uFunction) 208 208 { 209 209 int rc = ioctl(g_hDevice, uFunction, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.