]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Allow minimal unix target to build in cygwin (but not necessarily run).
authordavidhaas <davidhaas>
Tue, 18 Feb 2003 19:27:48 +0000 (19:27 +0000)
committerdavidhaas <davidhaas>
Tue, 18 Feb 2003 19:27:48 +0000 (19:27 +0000)
commit7f1becc6824fc3132dc214cb6beda674536634fc
tree755645431b4c133335e48cddedb1cee6b4326329
parent1660e800e0b9c436011ac17dc3963d64b2664557
Allow minimal unix target to build in cygwin (but not necessarily run).

Applied a patch from Marc Boucher which has the following changes:

1) Fixed sys_arch.txt documentation to have new return type from
   sys_thread_new.

2) Removed unnecessary casts on calling sys_timeout() in certain files.

3) Removed some unnecessary break statements after return statements.

4) Changed sys_timeout_remove() to sys_untimeout().

5) Added some forgotten #ifndef SYS_LIGHTWEIGHT_PROT to memp.c

6) Changed LWIP_DIAG and LWIP_PLATFORM_ASSERT to have do while().
doc/sys_arch.txt
src/api/tcpip.c
src/core/ipv4/ip.c
src/core/ipv4/ip_frag.c
src/core/memp.c
src/core/sys.c
src/include/lwip/debug.h
src/include/lwip/event.h [deleted file]
src/include/lwip/sys.h
src/include/lwip/tcp.h
src/netif/ethernetif.c