From: Ulrich Drepper Date: Thu, 13 Dec 2001 03:57:52 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~1291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7afc594790a145ba485198e76baa2e984f704f81;p=thirdparty%2Fglibc.git Update. * nis/nis_intern.h: Define parameters controlling __nis_findfastest [PR libc/2520]. Patch by Alexander Belopolsky . --- diff --git a/ChangeLog b/ChangeLog index ebe15534834..3428c7bca02 100644 --- 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 . + * nis/nis_intern.h: Define parameters controlling __nis_findfastest + [PR libc/2520]. Patch by Alexander Belopolsky . 2001-12-12 Andreas Jaeger