> 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; \
...
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

