mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-09-24 01:33:50 +08:00
inet.c Modify (acc >> 16) test to ((acc >> 16) != 0) to help buggy
compiler (Paradigm C++)
This commit is contained in:
@@ -271,6 +271,10 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-08-24 Kieran Mansley
|
||||
* inet.c Modify (acc >> 16) test to ((acc >> 16) != 0) to help buggy
|
||||
compiler (Paradigm C++)
|
||||
|
||||
2007-08-09 Frédéric Bernon, Bill Florac
|
||||
* stats.h, stats.c, igmp.h, igmp.c, opt.h: Fix for bug #20503 : IGMP Improvement.
|
||||
Introduce IGMP_STATS to centralize statistics management.
|
||||
|
||||
Reference in New Issue
Block a user