Changeset 43304 in vbox for trunk/src/VBox/Runtime/r0drv/darwin
- Timestamp:
- Sep 11, 2012 11:56:41 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80724
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-4.1 merged: 78691
- Property svn:mergeinfo changed
-
trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp
r43303 r43304 550 550 /* Bug 6226: Ignore KERN_PROTECTION_FAILURE on Leopard and older. */ 551 551 if ( rc == VERR_PERMISSION_DENIED 552 && version_major <= 9 /* 9 = 10.5.x =Leopard. */)552 && version_major <= 10 /* 10 = 10.6.x = Snow Leopard. */) 553 553 rc = VINF_SUCCESS; 554 554 }
Note:
See TracChangeset
for help on using the changeset viewer.