Changeset 6918 in vbox
- Timestamp:
- Feb 12, 2008 11:23:05 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28069
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r6883 r6918 501 501 return EFAULT; 502 502 } 503 OSDBGPRINT(("VBoxDrvSolarisClose: Dev=%#x pSession=%p pid=%d r0proc=%p thread=%p\n", Dev, pSession, RTProcSelf(), RTR0ProcHandleSelf(), RTThreadNativeSelf() ));503 dprintf(("VBoxDrvSolarisClose: Dev=%#x pSession=%p pid=%d r0proc=%p thread=%p\n", Dev, pSession, RTProcSelf(), RTR0ProcHandleSelf(), RTThreadNativeSelf() )); 504 504 505 505 #else … … 553 553 */ 554 554 supdrvCloseSession(&g_DevExt, pSession); 555 OSDBGPRINT(("VBoxDrvSolarisClose: returns\n"));555 dprintf(("VBoxDrvSolarisClose: returns\n")); 556 556 return 0; 557 557 }
Note:
See TracChangeset
for help on using the changeset viewer.