[Rd] Patch: port getbyhostname to getaddrinfo
Jeroen Ooms
jeroen @end|ng |rom berke|ey@edu
Tue Jun 1 14:38:11 CEST 2021
Perhaps now that nanohttp has been removed, it is a good time to do
some related cleanups.
In both Linux and Windows, gethostbyname and gethostbyaddr are marked
as obsolete. POSIX.1-2008 removes the specifications of
gethostbyname(), gethostbyaddr(), and h_errno, recommending the use of
getaddrinfo(3) and getnameinfo(3) instead.
Webview: https://github.com/r-devel/r-svn/pull/42/files
Patch: https://github.com/r-devel/r-svn/pull/42.diff
More information about the R-devel
mailing list