mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
d6eebaa47a
- take code from STABLE-2_2_0_RELEASE commit on https://git.savannah.gnu.org/git/lwip.git - remove lwip/contrib directory - do required changes due to upgrade in * CMakeLists.txt * include/lwip/arch/cc.h * include/lwip/arch/sys_arch.h * include/lwip/lwipopts.h * include/tcpip.h * ip/CMakeLists.txt * ip/lwip_glue/lwip_glue.h * ip/lwip_glue/tcp.c * ip/transport/tcp/if.c * tcpip/icmp.c CORE-13098
10 lines
264 B
Text
10 lines
264 B
Text
# These files are text and should be normalized
|
|
*.txt text
|
|
*.c text
|
|
*.h text
|
|
|
|
# For git archive
|
|
.gitignore export-ignore
|
|
.gitattributes export-ignore
|
|
.github export-ignore
|
|
.vscode export-ignore
|