diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-17 03:07:54 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-17 03:07:54 +0000 |
commit | 39f23aec6b3cd5e7e5dd9077d96f8eff37ff2b19 (patch) | |
tree | 99b4fdb88e20b8235bf1ff38672985c3f0ed7795 /ares/CHANGES | |
parent | 362422641e15aa500991ab8508eb0c10cf86b1e5 (diff) |
RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined
to the data type pointed by its respective argument and not the pointer type.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 00673574f..88662236a 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,9 @@ Changelog for the c-ares project +* Jul 17 2008 (Yang Tse) +- RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined + to the data type pointed by its respective argument and not the pointer type. + * Jul 16 2008 (Yang Tse) - Improved configure detection of number of arguments for getservbyport_r. Detection is now based on compilation checks instead of linker ones. |