summaryrefslogtreecommitdiff
path: root/doc/posix-functions/inet_ntop.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-12-27 01:22:00 +0100
committerBruno Haible <bruno@clisp.org>2010-12-27 01:30:41 +0100
commit0e6072c19800f82647e65c1bd663766ffd497200 (patch)
treeacdd543d05e88d5a998930fb19d6c3ebcf73d947 /doc/posix-functions/inet_ntop.texi
parented4ce96d94a37ea75eb39d6a05b79f0b334cd2d0 (diff)
downloadgnulib-0e6072c19800f82647e65c1bd663766ffd497200.tar.gz
inet_ntop, inet_pton: Ensure declaration on NonStop Kernel.
* lib/arpa_inet.in.h: On NonStop Kernel, include also <netdb.h>. * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Likewise. * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Include also <netdb.h> when looking for the declaration. * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise. * doc/posix-functions/inet_ntop.texi: Document the NonStop Kernel problem. * doc/posix-functions/inet_pton.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/inet_ntop.texi')
-rw-r--r--doc/posix-functions/inet_ntop.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/posix-functions/inet_ntop.texi b/doc/posix-functions/inet_ntop.texi
index 86fcc672be..7ff4965642 100644
--- a/doc/posix-functions/inet_ntop.texi
+++ b/doc/posix-functions/inet_ntop.texi
@@ -11,6 +11,10 @@ Portability problems fixed by Gnulib:
@item
This function is missing on some platforms:
HP-UX 11.00, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS.
+@item
+This function is declared in @code{<netdb.h>} instead of @code{<arpa/inet.h>}
+on some platforms:
+NonStop Kernel.
@end itemize
Portability problems not fixed by Gnulib: