VirtualBox

Ignore:
Timestamp:
Sep 11, 2012 11:56:41 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80724
Message:

Forward ported r78691 from 4.1: Extend r80723 / r78414 to Snow Leopard.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp

    r43303 r43304  
    550550                        /* Bug 6226: Ignore KERN_PROTECTION_FAILURE on Leopard and older. */
    551551                        if (   rc == VERR_PERMISSION_DENIED
    552                             && version_major <= 9 /* 9 = 10.5.x = Leopard. */)
     552                            && version_major <= 10 /* 10 = 10.6.x = Snow Leopard. */)
    553553                            rc = VINF_SUCCESS;
    554554                    }
Note: See TracChangeset for help on using the changeset viewer.

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