From: Jim Meyering Date: Tue, 29 Apr 2008 16:48:40 +0000 (+0200) Subject: Avoid test segfault on x86_64 due to lack of inet_ntop declaration. X-Git-Tag: v0.1~7457 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=534beda824f010828c69abf30a4d03a198735ce7;p=gnulib.git 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 --git a/ChangeLog b/ChangeLog index 1ea17367b..418d0bb5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/tests/test-getaddrinfo.c b/tests/test-getaddrinfo.c index ca7c62cd2..8d487cb5b 100644 --- a/tests/test-getaddrinfo.c +++ b/tests/test-getaddrinfo.c @@ -19,7 +19,7 @@ #include #include "getaddrinfo.h" -#include "inet_ntop.h" +#include #include #include