1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

libc: Fix build with -DNS_REREAD_CONF.

MFC after:	3 days

(cherry picked from commit 62ed2d0152)
This commit is contained in:
Alexander Motin 2021-12-29 17:00:17 -05:00
parent 2f9116e480
commit 375fdb6e16

View File

@ -335,7 +335,9 @@ static int
nss_configure(void)
{
static time_t confmod;
#ifndef NS_REREAD_CONF
static int already_initialized = 0;
#endif
struct stat statbuf;
int result, isthreaded;
const char *path;