Hi, I just noticed this strange function nameing in darwintrace.c at line 961which shows up with the warning " '$' in identifier or number" --- int stat$INODE64(const char * path, struct stat64 * sb) { return stat64(path, sb); } --- Is that intentional or a typo? Greets, Marko