diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-06 13:26:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-06 13:26:10 +0000 |
commit | 4b7814cf8a55c034f34e02c14207bb271b3aee50 (patch) | |
tree | 5df72e953a66d37f9c42cb7f38f10b88028c7a66 /nss | |
parent | 9184d3db100aff82d081a70442842344da84cf4b (diff) | |
download | glibc-4b7814cf8a55c034f34e02c14207bb271b3aee50.tar glibc-4b7814cf8a55c034f34e02c14207bb271b3aee50.tar.gz glibc-4b7814cf8a55c034f34e02c14207bb271b3aee50.tar.bz2 glibc-4b7814cf8a55c034f34e02c14207bb271b3aee50.zip |
Uodate.
1998-03-06 Ulrich Drepper <drepper@cygnus.com>
* nss/nsswitch.c (__nss_nscd_not_available): Removed.
Diffstat (limited to 'nss')
-rw-r--r-- | nss/nsswitch.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nss/nsswitch.c b/nss/nsswitch.c index 2a3e44a37d..b9b4e3da5b 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; |