From: Ulrich Drepper Date: Fri, 6 Mar 1998 13:26:10 +0000 (+0000) Subject: Uodate. X-Git-Tag: cvs/libc-ud-980319~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b7814cf8a55c034f34e02c14207bb271b3aee50;p=thirdparty%2Fglibc.git Uodate. 1998-03-06 Ulrich Drepper * nss/nsswitch.c (__nss_nscd_not_available): Removed. --- diff --git a/ChangeLog b/ChangeLog index 20bcbc7593f..5460ee065f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-03-06 Ulrich Drepper + + * nss/nsswitch.c (__nss_nscd_not_available): Removed. + 1998-03-06 12:42 Ulrich Drepper * argp/argp.h (struct argp): Add new field domain. diff --git a/nss/nsswitch.c b/nss/nsswitch.c index 2a3e44a37d0..b9b4e3da5b9 100644 --- a/nss/nsswitch.c +++ b/nss/nsswitch.c @@ -68,10 +68,6 @@ static struct __libc_lock_define_initialized (static, lock) - -/* Nonzero if no NSCD is available. */ -int __nss_nscd_not_available; - #if !defined DO_STATIC_NSS || defined PIC /* String with revision number of the shared object files. */ static const char *const __nss_shlib_revision = LIBNSS_FILES_SO + 15;