From 2e4581e4fba917f1779cd0a010a45698586c190a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 3 Sep 2000 17:10:35 +0000 Subject: Update. 2000-09-03 Ulrich Drepper * time/sys/time.h (gettimeofday): Move restrict for tz parameter to the typedefs of __timezone_ptr_t. Reported by MATSUMURA Hiromitsu . 2000-09-02 Jakub Jelinek * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Increment counter in the loop. 2000-09-01 H.J. Lu * Makeconfig (built-program-cmd): Don't use the dynamic linker to run a binary if it is in $(tests-static). * Rules (binaries-static): Add $(tests-static). --- nss/nss_files/files-hosts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nss/nss_files') diff --git a/nss/nss_files/files-hosts.c b/nss/nss_files/files-hosts.c index 7f4e778c7e..4cd0cd2a43 100644 --- a/nss/nss_files/files-hosts.c +++ b/nss/nss_files/files-hosts.c @@ -200,6 +200,7 @@ _nss_files_get##name##_r (proto, \ bufferend = (__stpcpy (bufferend, \ tmp_result_buf.h_aliases[cnt]) \ + 1); \ + ++cnt; \ } \ \ if (cnt < newaliases) \ -- cgit 1.4.1