mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
sockets.c Remove "#include <errno.h>" from sockets.c to avoid multiple
definition of macros (in errno.h and lwip/arch.h) if LWIP_PROVIDE_ERRNO is defined. This is the way it should have been already (looking at doc/sys_arch.txt)
This commit is contained in:
parent
01d9bd573e
commit
d956a39fec
@ -98,6 +98,12 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-03-28 Simon Goldschmidt
|
||||
* sockets.c Remove "#include <errno.h>" from sockets.c to avoid multiple
|
||||
definition of macros (in errno.h and lwip/arch.h) if LWIP_PROVIDE_ERRNO is
|
||||
defined. This is the way it should have been already (looking at
|
||||
doc/sys_arch.txt)
|
||||
|
||||
2007-03-28 Kieran Mansley
|
||||
* opt.h Change default PBUF_POOL_BUFSIZE (again) to accomodate default MSS +
|
||||
IP and TCP headers *and* physical link headers
|
||||
|
@ -33,7 +33,6 @@
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "lwip/opt.h"
|
||||
#include "lwip/api.h"
|
||||
|
Loading…
Reference in New Issue
Block a user