Index: branches/ErmaC/Enoch/i386/libsaio/bootstruct.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/bootstruct.c (revision 2769) +++ branches/ErmaC/Enoch/i386/libsaio/bootstruct.c (revision 2770) @@ -126,7 +126,7 @@ void reserveKernBootStruct(void) { - if ( MacOSVerCurrent <= MacOSVer2Int("10.6") ) + if ( MacOSVerCurrent < MacOSVer2Int("10.7") ) { // for 10.4 10.5 10.6 void *oldAddr = bootArgsLegacy;