# HG changeset patch # User Jim Meyering # Date 1209487720 -7200 # Node ID 105d94f82066a1b4eb5907d0baa472265d77bd8c # Parent 2d1d93581ac2cb98cd8b4daf2be3109a5ef51f87 Avoid test segfault on x86_64 due to lack of inet_ntop declaration. * tests/test-getaddrinfo.c: Include , now guaranteed by gnulib to exist and to declare e.g., inet_ntop. Don't include "inet_ntop.h", now removed. diff -r 2d1d93581ac2 -r 105d94f82066 ChangeLog --- a/ChangeLog Tue Apr 29 18:00:32 2008 +0200 +++ b/ChangeLog Tue Apr 29 18:48:40 2008 +0200 @@ -1,5 +1,10 @@ 2008-04-29 Jim Meyering + Avoid test segfault on x86_64 due to lack of inet_ntop declaration. + * tests/test-getaddrinfo.c: Include , 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 diff -r 2d1d93581ac2 -r 105d94f82066 tests/test-getaddrinfo.c --- a/tests/test-getaddrinfo.c Tue Apr 29 18:00:32 2008 +0200 +++ b/tests/test-getaddrinfo.c Tue Apr 29 18:48:40 2008 +0200 @@ -19,7 +19,7 @@ #include #include "getaddrinfo.h" -#include "inet_ntop.h" +#include #include #include