* modules/netdb (Depends-on): Remove socklen, since sys_socket is
documented to provide socklen_t and we already depend on sys_socket.
* lib/netdb.in.h: Adjust comment.
+2011-03-19 Paul Eggert <eggert@cs.ucla.edu>
+ Bruno Haible <bruno@clisp.org>
+
+ netdb: Simplify.
+ * modules/netdb (Depends-on): Remove socklen, since sys_socket is
+ documented to provide socklen_t and we already depend on sys_socket.
+ * lib/netdb.in.h: Adjust comment.
+
2011-03-19 Bruno Haible <bruno@clisp.org>
sys_socket, netdb: Document problem with socklen_t.
#ifndef _GL_NETDB_H
#define _GL_NETDB_H
-/* Get netdb.h definitions such as struct hostent for MinGW. */
+/* Get <netdb.h> definitions such as 'socklen_t' on IRIX 6.5 and OSF/1 4.0 and
+ 'struct hostent' on MinGW. */
#include <sys/socket.h>
/* The definition of _GL_ARG_NONNULL is copied here. */
arg-nonnull
warn-on-use
sys_socket
-socklen
configure.ac:
gl_HEADER_NETDB