]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 13 Dec 2001 03:57:52 +0000 (03:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 13 Dec 2001 03:57:52 +0000 (03:57 +0000)
* nis/nis_intern.h: Define parameters controlling __nis_findfastest
[PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.

ChangeLog

index ebe15534834720b59739debd5c0d4ef3af7500b0..3428c7bca02c2d6684147233afa868ae015c584f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,8 @@
        * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
        from __nis_findfastest.  Take timeout value from parameter.
        (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
-       * nis/nis_intern.h: Define parameters controlling __nis_findfastest.
-       Patch by Alexander Belopolsky <alexb@rentec.com>.
+       * nis/nis_intern.h: Define parameters controlling __nis_findfastest
+       [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
 
 2001-12-12  Andreas Jaeger  <aj@suse.de>