From: drepper Date: Tue, 16 Sep 1997 00:25:10 +0000 (+0000) Subject: (res_send): Use socklen_t type for `fromlen' variable. X-Git-Tag: libc-ud-970915~22 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=c62d11243fec07518e32e60d93648f98b9a74863 (res_send): Use socklen_t type for `fromlen' variable. --- diff --git a/resolv/res_send.c b/resolv/res_send.c index a4d242e8aa..eb159be456 100644 --- a/resolv/res_send.c +++ b/resolv/res_send.c @@ -498,7 +498,7 @@ read_len: struct timeval timeout; fd_set dsmask; struct sockaddr_in from; - size_t fromlen; + socklen_t fromlen; if ((s < 0) || vc) { if (vc)