inet_ntop, inet_pton: Ensure declaration on NonStop Kernel.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Dec 2010 00:22:00 +0000 (01:22 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Dec 2010 00:30:41 +0000 (01:30 +0100)
commit0e6072c19800f82647e65c1bd663766ffd497200
treeacdd543d05e88d5a998930fb19d6c3ebcf73d947
parented4ce96d94a37ea75eb39d6a05b79f0b334cd2d0
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.
ChangeLog
doc/posix-functions/inet_ntop.texi
doc/posix-functions/inet_pton.texi
lib/arpa_inet.in.h
m4/arpa_inet_h.m4
m4/inet_ntop.m4
m4/inet_pton.m4