diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-21 00:36:55 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-21 00:36:55 +0000 |
commit | bffe69a151bbd1aae72e50c128fdb0c58596ade1 (patch) | |
tree | c3455c20efc1a996111fa00891f1f8b6ffab8466 /ares/CHANGES | |
parent | 71525352f07559fea84c626cfb912597983a6881 (diff) |
when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID
or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 88662236a..b35a593d4 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,10 @@ Changelog for the c-ares project +* Jul 20 2008 (Yang Tse) +- when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will + now cause the definition, as appropriate, of RECVFROM_TYPE_ARG2_IS_VOID, + RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID. + * 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. |