diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-02 02:36:47 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-02 02:36:47 +0000 |
commit | 80186aa7f44ed5155665d96336b508403b3d4a03 (patch) | |
tree | 98c88c8c9d965c30e73d9c51be48b0aea5749d5e /ares/RELEASE-NOTES | |
parent | 6ac739630f4e9f5374affcab56600f23cda7fc93 (diff) |
Use build-time configured ares_socklen_t instead of socklen_t
Diffstat (limited to 'ares/RELEASE-NOTES')
-rw-r--r-- | ares/RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index 93760e5b4..692b38224 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -4,8 +4,9 @@ Changed: o in6_addr is not used in ares.h anymore, but a private ares_in6_addr is instead declared and used - p ares_gethostbyname() now supports 'AF_UNSPEC' as a family for resolving + o ares_gethostbyname() now supports 'AF_UNSPEC' as a family for resolving either AF_INET6 or AF_INET + o a build-time configured ares_socklen_t is now used instead of socklen_t Fixed: |