From: Paul Eggert Date: Wed, 22 Dec 2010 10:03:18 +0000 (-0800) Subject: getaddrinfo, inet_ntop: Update doc for Solaris. X-Git-Tag: v0.1~3498 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=3ed5414af4c47f6ee893707dbfd39d4934f54d27;p=gnulib.git getaddrinfo, inet_ntop: Update doc for Solaris. * doc/posix-functions/gai_strerror.texi: Return type is also an issue on Solaris 9 and earlier. * doc/posix-functions/inet_ntop.texi: 4th arg type is also an issue on Solaris 10 and earlier. --- diff --git a/ChangeLog b/ChangeLog index 81c8e44ee..e9128adfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-12-22 Paul Eggert + + getaddrinfo, inet_ntop: Update doc for Solaris. + * doc/posix-functions/gai_strerror.texi: Return type is also an + issue on Solaris 9 and earlier. + * doc/posix-functions/inet_ntop.texi: 4th arg type is also an issue + on Solaris 10 and earlier. + 2010-12-21 Bruno Haible New module 'roundl-ieee'. diff --git a/doc/posix-functions/gai_strerror.texi b/doc/posix-functions/gai_strerror.texi index 34ecd01ff..730a98ae2 100644 --- a/doc/posix-functions/gai_strerror.texi +++ b/doc/posix-functions/gai_strerror.texi @@ -17,5 +17,5 @@ Portability problems not fixed by Gnulib: @itemize This function's return type is @code{char *} instead of @code{const char *} on some platforms: -OSF/1 5.1. +OSF/1 5.1, Solaris 9. @end itemize diff --git a/doc/posix-functions/inet_ntop.texi b/doc/posix-functions/inet_ntop.texi index 9cbc2f493..86fcc672b 100644 --- a/doc/posix-functions/inet_ntop.texi +++ b/doc/posix-functions/inet_ntop.texi @@ -18,5 +18,5 @@ Portability problems not fixed by Gnulib: @item This function's fourth argument type is @code{size_t} instead of @code{socklen_t} on some platforms: -OSF/1 5.1. +OSF/1 5.1, Solaris 10. @end itemize