mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
Update.
1999-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.
This commit is contained in:
parent
9654fd27c0
commit
c556351f21
@ -1,3 +1,7 @@
|
|||||||
|
1999-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
|
* sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.
|
||||||
|
|
||||||
1999-04-15 Ulrich Drepper <drepper@cygnus.com>
|
1999-04-15 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* iconv/gconv_db.c (__gconv_find_transform): If conversion is
|
* iconv/gconv_db.c (__gconv_find_transform): If conversion is
|
||||||
|
@ -323,6 +323,7 @@ send_again:
|
|||||||
reply_msg.acpted_rply.ar_results.proc = xresults;
|
reply_msg.acpted_rply.ar_results.proc = xresults;
|
||||||
fd.fd = cu->cu_sock;
|
fd.fd = cu->cu_sock;
|
||||||
fd.events = POLLIN;
|
fd.events = POLLIN;
|
||||||
|
anyup = 0;
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
switch (__poll (&fd, 1, milliseconds))
|
switch (__poll (&fd, 1, milliseconds))
|
||||||
|
Loading…
Reference in New Issue
Block a user