Changeset 10377 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Jul 8, 2008 4:26:13 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33025
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r10263 r10377 322 322 * Create a new session. 323 323 */ 324 rc = supdrvCreateSession(&g_DevExt, &pSession);324 rc = supdrvCreateSession(&g_DevExt, true /* fUser */, &pSession); 325 325 if (RT_SUCCESS(rc)) 326 326 { … … 333 333 pSession->Gid = pCred->cr_gid; 334 334 } 335 pSession->Process = RTProcSelf();336 pSession->R0Process = RTR0ProcHandleSelf();337 335 338 336 /*
Note:
See TracChangeset
for help on using the changeset viewer.