netdb: Simplify.
[gnulib.git] / ChangeLog
index da95af4..e59e2b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.