Changeset 37112 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- May 16, 2011 4:11:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r37093 r37112 362 362 { 363 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;364 RTUID Uid = pCred->cr_posix.cr_ruid; 365 RTGID Gid = pCred->cr_posix.cr_rgid; 366 366 #else 367 RTUID Uid = 367 RTUID Uid = pCred->cr_ruid; 368 368 RTGID Gid = pCred->cr_rgid; 369 369 #endif
Note:
See TracChangeset
for help on using the changeset viewer.