Changeset 13863 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Nov 5, 2008 1:57:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r13861 r13863 664 664 || Cmd == SUP_IOCTL_FAST_DO_NOP) 665 665 { 666 *pVal = supdrvIOCtlFast(Cmd, 0 ,/* @todo VMCPU id. */, &g_DevExt, pSession);666 *pVal = supdrvIOCtlFast(Cmd, 0 /* @todo VMCPU id. */, &g_DevExt, pSession); 667 667 return 0; 668 668 }
Note:
See TracChangeset
for help on using the changeset viewer.