getaddrinfo, inet_ntop: Update doc for Solaris.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Dec 2010 10:03:18 +0000 (02:03 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Dec 2010 10:03:48 +0000 (02:03 -0800)
* 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.

ChangeLog
doc/posix-functions/gai_strerror.texi
doc/posix-functions/inet_ntop.texi

index 81c8e44ee35b841d1dd56af030b776687b6b502f..e9128adfed3b92c38fff1bca4320141ec8d3ded2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <bruno@clisp.org>
 
        New module 'roundl-ieee'.
index 34ecd01ffcf8ea21acf24de0ff3712f1eb9ad947..730a98ae26753ddbeba25df8a6691307c84a33af 100644 (file)
@@ -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
index 9cbc2f4938f5d838ab2bce1f135e880fc47c03b3..86fcc672be5e6b2af44c41ae5ea5145479c270e9 100644 (file)
@@ -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