aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-01 09:06:22 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-01 09:06:22 +0000
commita69a8d9c708a1e66c5427ad177573c8e450da8c6 (patch)
tree55f1a5fdfa23b2ceacb8870eb046de8a984ba99f /ChangeLog
parent25b3dd49a7140508ff17e705408edd80122a4add (diff)
downloadglibc-a69a8d9c708a1e66c5427ad177573c8e450da8c6.tar
glibc-a69a8d9c708a1e66c5427ad177573c8e450da8c6.tar.gz
glibc-a69a8d9c708a1e66c5427ad177573c8e450da8c6.tar.bz2
glibc-a69a8d9c708a1e66c5427ad177573c8e450da8c6.zip
Update.
* sunrpc/clnt_tcp.c (clnt_call): Don't use timeout in tests with zero, use ct->ct_wait. * sunrpc/clnt_unix.c (clnt_call): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f16fb6dd9..c346a86426 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,9 @@
clnt_control for any protocol. This would make it impossible for
the user to provide one in clnt_call().
Reported by Hitoshi Guutara Maruyama <maruyama@sh.rim.or.jp>.
+ * sunrpc/clnt_tcp.c (clnt_call): Don't use timeout in tests with zero,
+ use ct->ct_wait.
+ * sunrpc/clnt_unix.c (clnt_call): Likewise.
2000-10-31 Jes Sorensen <jes@linuxcare.com>