- Timestamp:
- May 16, 2011 2:51:49 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71749
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r37050 r37093 361 361 if (pCred) 362 362 { 363 #if MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 364 RTUID Uid = pCred->posix_cred.cr_ruid; 365 RTGID Gid = pCred->posix_cred.cr_rgid; 366 #else 363 367 RTUID Uid = pCred->cr_ruid; 364 368 RTGID Gid = pCred->cr_rgid; 369 #endif 365 370 RTPROCESS Process = RTProcSelf(); 366 371 unsigned iHash = SESSION_HASH(Process);
Note:
See TracChangeset
for help on using the changeset viewer.