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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. fe2cfe2dbaa39b20a556b167c165e24663499705
Date: Mon, 18 Jan 2016 15:02:13 +0000

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  fe2cfe2dbaa39b20a556b167c165e24663499705 (commit)
      from  1ee574944c506c5c07ad4c1857d1a23950156eb3 (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 fe2cfe2dbaa39b20a556b167c165e24663499705
Author: Axel Lin <address@hidden>
Date:   Mon Jan 18 22:46:35 2016 +0800

    raw: Fix build error
    
    IP6_HLEN is only defined when LWIP_IPV6, IP_HLEN is only defined when 
LWIP_IPV4.
    This fixes build error in !LWIP_IPV4 || !LWIP_IPV6 cases.
    
    Fixes: f2c7e9c939ed ("raw: Remove unnecessary #if guard around PCB_ISIPV6() 
calls")
    Reported-by: Erik Ekman
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/raw.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)


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



reply via email to

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