mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-30 12:32:37 +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:
|
++ 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
|
2007-03-28 Kieran Mansley
|
||||||
* opt.h Change default PBUF_POOL_BUFSIZE (again) to accomodate default MSS +
|
* opt.h Change default PBUF_POOL_BUFSIZE (again) to accomodate default MSS +
|
||||||
IP and TCP headers *and* physical link headers
|
IP and TCP headers *and* physical link headers
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
|
||||||
|
|
||||||
#include "lwip/opt.h"
|
#include "lwip/opt.h"
|
||||||
#include "lwip/api.h"
|
#include "lwip/api.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user