Mercurial > flash_v2
changeset 1101:a8ab47d7b63c
* src/socket.cxx (socket): If there are no network stacks configured
return EAFNOSUPPORT when opening a socket.
| author | asl |
|---|---|
| date | Sun, 13 Jul 2003 13:25:27 +0000 |
| parents | 353800bc5758 |
| children | 6af0ba865bf3 |
| files | packages/io/fileio/current/ChangeLog packages/io/fileio/current/src/socket.cxx |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/fileio/current/ChangeLog +++ b/packages/io/fileio/current/ChangeLog @@ -1,3 +1,8 @@ +2003-07-11 Andrew Lunn <andrew.lunn@ascom.ch> + + * src/socket.cxx (socket): If there are no network stacks configured + return EAFNOSUPPORT when opening a socket. + 2003-04-11 Jonathan Larmour <jifl@eCosCentric.com> * src/socket.cxx: Give nstab_lock mutex a priority. Also it's
