- 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.
This commit is contained in:
Daniel Stenberg 2009-01-14 13:08:50 +00:00
parent 3dcd6bc597
commit 29b6a732f3
3 changed files with 24 additions and 10 deletions

View file

@ -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: