1998-06-27  Ulrich Drepper  <drepper@cygnus.com>

	* resolv/res_send.c (res_send): Fix typo.
This commit is contained in:
Ulrich Drepper 1998-06-27 14:49:36 +00:00
parent 1401ecbbed
commit 08a76323ac
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* inet/rcmd.c (rcmd): Change to use __poll instead of select.

View File

@ -511,7 +511,7 @@ read_len:
* Use datagrams.
*/
int timeout;
fd_set dsmask;
struct pollfd pfd[1];
struct sockaddr_in from;
socklen_t fromlen;