patch #7130: remove meaningless const qualifiers

This commit is contained in:
goldsimon
2010-03-27 16:25:35 +00:00
parent 3c96819a2c
commit 3803a0021d
2 changed files with 109 additions and 106 deletions

View File

@@ -169,6 +169,9 @@ HISTORY
++ Bugfixes:
2010-03-27: Luca Ceresoli
* mib2.c: patch #7130: remove meaningless const qualifiers
2010-03-26: Simon Goldschmidt
* tcp_out.c: Make LWIP_NETIF_TX_SINGLE_PBUF work for TCP, too