mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
sockets.c: remplace ENOBUFS errors on alloc_socket by ENFILE to be more BSD compliant.
This commit is contained in:
@@ -23,6 +23,9 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2007-04-05 Frédéric Bernon
|
||||
* sockets.c: remplace ENOBUFS errors on alloc_socket by ENFILE to be more BSD compliant.
|
||||
|
||||
2007-04-04 Simon Goldschmidt
|
||||
* arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x)
|
||||
use this for and architecture-independent form to tell the compiler you intentionally
|
||||
|
||||
Reference in New Issue
Block a user