From: Gwenole B. <gb...@di...> - 2004-05-10 12:14:16
|
I wrote > I have yet to little-endian & 64-bit fix networking code in > SheepShaver. Some little-endian fixes are now in CVS, but I have still not tested it on x86, only minimal changes and reading of ether.cpp, ether_linux.cpp. As for 64-bit fixes, we need to replace the new/delete with proper 32-bit memory allocation. An idea is to use NewPtrSysClear/DisposePtr, what do you think? Bye, Gwenole. |