mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
1998-06-27 Ulrich Drepper <drepper@cygnus.com> * resolv/res_send.c (res_send): Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
1998-06-27 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* resolv/res_send.c (res_send): Fix typo.
|
||||||
|
|
||||||
1998-06-25 Andi Kleen <ak@muc.de>
|
1998-06-25 Andi Kleen <ak@muc.de>
|
||||||
|
|
||||||
* inet/rcmd.c (rcmd): Change to use __poll instead of select.
|
* inet/rcmd.c (rcmd): Change to use __poll instead of select.
|
||||||
|
@ -511,7 +511,7 @@ read_len:
|
|||||||
* Use datagrams.
|
* Use datagrams.
|
||||||
*/
|
*/
|
||||||
int timeout;
|
int timeout;
|
||||||
fd_set dsmask;
|
struct pollfd pfd[1];
|
||||||
struct sockaddr_in from;
|
struct sockaddr_in from;
|
||||||
socklen_t fromlen;
|
socklen_t fromlen;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user