mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
- removed include instead of commenting it out;
- CHANGELOG should contain worthy entries only, a complete log of all source code changes can be found in git (I'm not saying this has always been observed, but I'd like to keep the list of changes as short as possible for anyone to read if interested)
This commit is contained in:
parent
2fb5a71efd
commit
8d0664186a
@ -80,13 +80,6 @@ HISTORY
|
|||||||
|
|
||||||
++ Bugfixes:
|
++ Bugfixes:
|
||||||
|
|
||||||
2013-04-26: Sylvain Rochet
|
|
||||||
* dhcp.c, reverted from DOS (CRLF) to UNIX format (LF), it was saved in DOS format
|
|
||||||
by mistake the 2012-09-26
|
|
||||||
|
|
||||||
2013-04-26: Sylvain Rochet
|
|
||||||
* ip6.h, cleared compilation warning, C++ style comments are not allowed in ISO C90
|
|
||||||
|
|
||||||
2013-04-24: patch by Liam <morepork>
|
2013-04-24: patch by Liam <morepork>
|
||||||
* api_msg.c: patch #8008 Fix a potential null pointer dereference in assert
|
* api_msg.c: patch #8008 Fix a potential null pointer dereference in assert
|
||||||
|
|
||||||
|
@ -45,7 +45,6 @@
|
|||||||
|
|
||||||
#if LWIP_IPV6 /* don't build if not configured for use in lwipopts.h */
|
#if LWIP_IPV6 /* don't build if not configured for use in lwipopts.h */
|
||||||
|
|
||||||
/* #include "lwip/ip.h" */
|
|
||||||
#include "lwip/ip6_addr.h"
|
#include "lwip/ip6_addr.h"
|
||||||
#include "lwip/def.h"
|
#include "lwip/def.h"
|
||||||
#include "lwip/pbuf.h"
|
#include "lwip/pbuf.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user