Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 2004 14:47:20 +0000
From:      Joseph Koshy <joseph.koshy@gmail.com>
To:        Mike Meyer <mwm@mired.org>
Cc:        hackers@freebsd.org
Subject:   Re: files_getstate
Message-ID:  <84dead7204121706472d438e70@mail.gmail.com>
In-Reply-To: <16834.15906.60580.929003@guru.mired.org>
References:  <16834.15906.60580.929003@guru.mired.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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;                          \
...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?84dead7204121706472d438e70>