bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] getaddrinfo, inet_ntop: Update doc for Solaris.


From: Paul Eggert
Subject: [PATCH] getaddrinfo, inet_ntop: Update doc for Solaris.
Date: Wed, 22 Dec 2010 02:06:30 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

I discovered these issues when running "make check" with the
latest coreutils snapshot on Solaris 8 with Sun C 5.8.  (This didn't
cause "make check" to fail, it just generated diagnostics.)

* 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                             |    8 ++++++++
 doc/posix-functions/gai_strerror.texi |    2 +-
 doc/posix-functions/inet_ntop.texi    |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 81c8e44..e9128ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-22  Paul Eggert  <address@hidden>
+
+       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  <address@hidden>
 
        New module 'roundl-ieee'.
diff --git a/doc/posix-functions/gai_strerror.texi 
b/doc/posix-functions/gai_strerror.texi
index 34ecd01..730a98a 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 9cbc2f4..86fcc67 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
-- 
1.7.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]