Fix compilation warnings.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 7 Apr 2011 07:53:52 +0000 (07:53 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 7 Apr 2011 07:53:52 +0000 (07:53 +0000)
commit0e785d04f7bf33e6d8c69e74a4a71083be1878e7
treed482ad95954599753d6f923038ece88523baeb8d
parent734abc0f8ed652abddddedee6acf515954a5b13c
Fix compilation warnings.

LWIP sys_thread_new() should not modify the thread name in input,
fixed using the const qualifier.
This is also fixed in upstream LWIP code.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4835 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/net/lwip/src/arch/sys_arch.c
bertos/net/lwip/src/include/lwip/sys.h