mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Fix some "little" build problems, and a redundancy call to "lwip_stats.link.recv++;" in low_level_input() & ethernetif_input().
If LINK_STATS was defined, tcpip.c couldn't be build. Even if IP_FRAG or IP_REASSEMBLY were set, ip_frag.c functions are not build.
This commit is contained in:
@@ -41,6 +41,10 @@ HISTORY
|
||||
* api_lib.c: Use memcpy in netbuf_copy_partial.
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-03-06 Frédéric Bernon, Dmitry Potapov
|
||||
* tcpip.c, ip_frag.c, ethernetif.c: Fix some build problems, and a redundancy
|
||||
call to "lwip_stats.link.recv++;" in low_level_input() & ethernetif_input().
|
||||
|
||||
2007-03-06 Simon Goldschmidt
|
||||
* ip_frag.c, ip_frag.h: Reduce code size: don't include code in those files
|
||||
|
||||
Reference in New Issue
Block a user