diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-09-05 17:22:23 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-09-05 17:22:23 +0000 |
commit | 8780ff879c1dea904902c43bfabff34325391949 (patch) | |
tree | 07414bd4c1138797e114154c01e4775c7afd576a | |
parent | 6fd1cfeab176f5724f9b748ea5734d0817aabdb9 (diff) |
Minix doesn't support getsockopt on UDP sockets or send/recv on TCP
sockets.
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Dan F (5 September 2007) +- Minix doesn't support getsockopt on UDP sockets or send/recv on TCP + sockets. + Dan F (31 August 2007) - Made some of the error strings returned by the *strerror functions more generic, and more consistent with each other. |