]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Uodate.
authorUlrich Drepper <drepper@redhat.com>
Fri, 6 Mar 1998 13:26:10 +0000 (13:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 6 Mar 1998 13:26:10 +0000 (13:26 +0000)
1998-03-06  Ulrich Drepper  <drepper@cygnus.com>

* nss/nsswitch.c (__nss_nscd_not_available): Removed.

ChangeLog
nss/nsswitch.c

index 20bcbc7593fa468fe158df1bec66c99b989cbd5c..5460ee065f66ea869a8df30d27243bdc96532d85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
+
+       * nss/nsswitch.c (__nss_nscd_not_available): Removed.
+
 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
 
        * argp/argp.h (struct argp): Add new field domain.
index 2a3e44a37d006c0c5961f12d24e410ecfd0f2b8f..b9b4e3da5b9c18d74114547fd7a54956d35a7b60 100644 (file)
@@ -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;