Fix broken useless-if-before-free script.
[pspp] / ChangeLog
index 1ea17367be286bdd1f5121e22866e73826e94715..fb3db2227a35e7af83a2744542a4aa5cdf572c0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
 2008-04-29  Jim Meyering  <meyering@redhat.com>
 
+       Fix broken useless-if-before-free script.
+       * build-aux/useless-if-before-free: Fix typo: missing "?" after
+       the expression to match cast of argument to free-like function.
+
+2008-04-29  Eric Blake  <ebb9@byu.net>
+
+       Use new header.
+       * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
+
+2008-04-29  Jim Meyering  <meyering@redhat.com>
+
+       Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
+       * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
+       by gnulib to exist and to declare e.g., inet_ntop.
+       Don't include "inet_ntop.h", now removed.
+
        * m4/arpa_inet_h.m4: Remove trailing blanks.
 
 2008-04-29  Eric Blake  <ebb9@byu.net>