summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-21 00:36:55 +0000
committerYang Tse <yangsita@gmail.com>2008-07-21 00:36:55 +0000
commit44ae9e4697d4ef264db5be55fd0e9ed7cc654a85 (patch)
treeba5c8b6bee1edbed220486d23f93cc9633343bba /CHANGES
parent4ef94e065fda6cbec6f95fdb0f4a3ae1d1ab8492 (diff)
downloadc-ares-44ae9e4697d4ef264db5be55fd0e9ed7cc654a85.tar.gz
c-ares-44ae9e4697d4ef264db5be55fd0e9ed7cc654a85.tar.bz2
c-ares-44ae9e4697d4ef264db5be55fd0e9ed7cc654a85.zip
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 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8866223..b35a593 100644
--- a/CHANGES
+++ b/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.