Commit 8780ff87 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Minix doesn't support getsockopt on UDP sockets or send/recv on TCP

sockets.
parent 6fd1cfea
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.