lwip-contrib-mac/ports/unix
davidhaas f87520e049 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().
2003-02-18 19:27:08 +00:00
..
include Allow minimal unix target to build in cygwin (but not necessarily run). 2003-02-18 19:27:08 +00:00
netif Fix some compile issues with both coldfire and unix builds. 2003-02-12 15:09:15 +00:00
proj Allow minimal unix target to build in cygwin (but not necessarily run). 2003-02-18 19:27:08 +00:00
lwip_chksum.c Add Unix port 2003-01-18 18:18:02 +00:00
perf.c Add Unix port 2003-01-18 18:18:02 +00:00
sys_arch.c Made sys_arch_prot() interface more generic by returning sys_prot_t instead 2003-02-12 16:38:57 +00:00