lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_2_0_RELEASE-70-g93821fc4
Date: Mon, 19 Feb 2024 13:58:31 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  93821fc437d7755b657499b4356e8c5454e62bf7 (commit)
       via  7c494b3829616e3b721db31b19680611932a2487 (commit)
      from  e1b808034662f89a22748ae9a81d752dacf3b54e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 93821fc437d7755b657499b4356e8c5454e62bf7
Author: Kirill Lokotkov <klokotkov@ya.ru>
Date:   Wed Nov 29 13:23:23 2023 +0300

    Fixed netdb.c when LWIP_SOCKET_HAVE_SA_LEN == 0
    
    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.

commit 7c494b3829616e3b721db31b19680611932a2487
Author: Kirill Lokotkov <klokotkov@ya.ru>
Date:   Wed Nov 29 12:41:25 2023 +0300

    Added "lwip/errno.h" to netdb.c includes
    
    Defines EINVAL and ERANGE are used in the file but not included directly. 
When I try to use <sys/socket.h> and <arpa/inet.h> as 
LWIP_SOCKET_EXTERNAL_HEADERS it causes errors with this defines.

-----------------------------------------------------------------------

Summary of changes:
 src/api/netdb.c | 5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]