diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-01 04:28:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-01 04:28:16 +0000 |
commit | bc710b3b7a7c2d94377b023ad9fe46e25c7e3405 (patch) | |
tree | c6b5a11b7f14a201def3f2e671af3a03e52dd38f /ChangeLog | |
parent | afcc32a5f8883520769d48f856d1e3febbdebc18 (diff) | |
download | glibc-bc710b3b7a7c2d94377b023ad9fe46e25c7e3405.zip glibc-bc710b3b7a7c2d94377b023ad9fe46e25c7e3405.tar.gz glibc-bc710b3b7a7c2d94377b023ad9fe46e25c7e3405.tar.bz2 |
Update.
2000-10-31 Ulrich Drepper <drepper@redhat.com>
* sunrpc/clnt_gen.c (clnt_create): Don't set timeout with
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>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-10-31 Ulrich Drepper <drepper@redhat.com> + + * sunrpc/clnt_gen.c (clnt_create): Don't set timeout with + 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>. + 2000-10-31 Jes Sorensen <jes@linuxcare.com> * sysdeps/ia64/fpu/s_isinfl.S: New file, - assembly based |