mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-02-04 12:16:40 +08:00
Fields sin6_len and sin_len are always used in the file but not all implementations of sockaddr_in or sockaddr_in6 have this fields (including Linux implementation). Added #if-check to avoid compilation errors in such cases.