mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:03:32 +03:00
- 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:
parent
3dcd6bc597
commit
29b6a732f3
3 changed files with 24 additions and 10 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue