base bug?

Marko Käning MK-MacPorts at techno.ms
Tue Aug 2 13:57:20 PDT 2011


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


More information about the macports-dev mailing list