VirtualBox

Ignore:
Timestamp:
May 16, 2011 4:11:56 PM (14 years ago)
Author:
vboxsync
Message:

SUPDrv-darwin.cpp: It's called cr_posix here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp

    r37093 r37112  
    362362    {
    363363#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;
    366366#else
    367         RTUID           Uid =  pCred->cr_ruid;
     367        RTUID           Uid = pCred->cr_ruid;
    368368        RTGID           Gid = pCred->cr_rgid;
    369369#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette