aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-21 03:06:07 +0000
committerYang Tse <yangsita@gmail.com>2008-07-21 03:06:07 +0000
commit1b37baf6568e37d52601231c45e6394a3d0ff55b (patch)
tree1085842fa9ad6bb6f9dda01033d2414dd43c9850 /CHANGES
parentbffe69a151bbd1aae72e50c128fdb0c58596ade1 (diff)
Use the sreadfrom() wrapper to replace recvfrom() in our code.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 841d2c0d6..4c0c2dc2f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@
Changelog
+Yang Tse (21 Jul 2008)
+- Use the sreadfrom() wrapper to replace recvfrom() in our code.
+
Yang Tse (20 Jul 2008)
- 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,