getaddrinfo: Don't depend on strdup.
authorSimon Josefsson <simon@josefsson.org>
Thu, 18 Sep 2008 13:46:30 +0000 (15:46 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 18 Sep 2008 13:46:30 +0000 (15:46 +0200)
ChangeLog
modules/getaddrinfo

index 96a122d..370dd9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-18  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/getaddrinfo (Depends-on): Remove strdup, this module
+       assumes strdup exists and does not depend on strdup to return
+       ENOMEM on out of memory conditions.
+
 2008-09-18  Bruno Haible  <bruno@clisp.org>
 
        * lib/vasnprintf.c (decimal_point_char): Define also if
index b996465..84a9a96 100644 (file)
@@ -14,7 +14,6 @@ inet_ntop
 snprintf
 socklen
 stdbool
-strdup
 sys_socket
 
 configure.ac: