VirtualBox

Changeset 37093 in vbox for trunk


Ignore:
Timestamp:
May 16, 2011 2:51:49 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71749
Message:

Support Driver: Lion.

File:
1 edited

Legend:

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

    r37050 r37093  
    361361    if (pCred)
    362362    {
     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
    363367        RTUID           Uid =  pCred->cr_ruid;
    364368        RTGID           Gid = pCred->cr_rgid;
     369#endif
    365370        RTPROCESS       Process = RTProcSelf();
    366371        unsigned        iHash = SESSION_HASH(Process);
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