Fixes to lwIP implementation from external projects.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 5 Aug 2011 09:50:51 +0000 (09:50 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 5 Aug 2011 09:50:51 +0000 (09:50 +0000)
commite3e3ddfc434c148bcb55ce78dc496d267a1ab2b2
tree93efab12b7c13668e7e1c1c999e53ab01355cdee
parent535bce61b8d01b64901d529f98bc08bf5dd242fe
Fixes to lwIP implementation from external projects.

"Mailboxes can be created in a different process than the one that waits
for messages. This is a problem with BeRTOS MsgPorts because the process
to be woken up is set during init.
In this patch, the process to be awaken is changed just before
waiting.

Fix compilation warnings."

git-svn-id: https://src.develer.com/svnoss/bertos/branches/2.7@4994 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/net/lwip/src/arch/sys_arch.c