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 /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 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Yang Tse (17 Jul 2008) +- 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. + Yang Tse (16 Jul 2008) - Configure process now checks availability of recvfrom() socket function and finds out its return type and the types of its arguments. Added definitions |