Changeset 4882 in vbox for trunk/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
- 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/linux/SUPLib-linux.cpp
r4811 r4882 239 239 * @param uFunction The operation. 240 240 */ 241 int suplibO SIOCtlFast(uintptr_t uFunction)241 int suplibOsIOCtlFast(uintptr_t uFunction) 242 242 { 243 243 int rc = ioctl(g_hDevice, uFunction, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.