>> static unsigned long >> default_gcore_mach (void) >> { >> -#if 1 /* See if this even matters... */ >> return 0; >> -#else Simon> The default_gcore_mach function is not needed then, you can remove it Simon> too (replace where it is called with just "0"). Thanks for noticing. I did this. Tom