> I can't find the source to files_getstate *anywhere* in /usr/src. > Can anyone tell me where to find this missing function/macro? Try "src/lib/libc/include/nss_tls.h": ... static int \ name##_getstate(struct name##_state **p) \ { \ static struct name##_state st; \ ...