Chameleon

Chameleon Commit Details

Date:2015-09-30 21:08:50 (8 years 6 months ago)
Author:ErmaC
Commit:2770
Parents: 2769
Message:Corrected bootArgsStruct for Snow Leopard (Credits to Micky1979)
Changes:
M/branches/ErmaC/Enoch/i386/libsaio/bootstruct.c

File differences

branches/ErmaC/Enoch/i386/libsaio/bootstruct.c
126126
127127
128128
129
129
130130
131131
132132
void reserveKernBootStruct(void)
{
if ( MacOSVerCurrent <= MacOSVer2Int("10.6") )
if ( MacOSVerCurrent < MacOSVer2Int("10.7") )
{
// for 10.4 10.5 10.6
void *oldAddr = bootArgsLegacy;

Archive Download the corresponding diff file

Revision: 2770