files_getstate

Joseph Koshy joseph.koshy at gmail.com
Fri Dec 17 06:47:22 PST 2004


> 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;                          \
...


More information about the freebsd-hackers mailing list