From 29b6a732f36c27d971f8bbbf206f99d1d75cfffd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 Jan 2009 13:08:50 +0000 Subject: - ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead it now declares the private struct ares_in6_addr for all systems instead of relying on one possibly not present in the system. --- ares/RELEASE-NOTES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ares/RELEASE-NOTES') diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index 3d3db9c57..8b5aa49fb 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -2,7 +2,8 @@ This is what's new and changed in the c-ares 1.6.1 release: Changed: - o + o in6_addr is not used in ares.h anymore, but a private ares_in6_addr is instead + declared and used Fixed: -- cgit v1.2.3