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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 5989c1883e3f359409ebc94f5cf3bd1285a8d563
Date: Tue, 21 Apr 2015 20:46:11 +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  5989c1883e3f359409ebc94f5cf3bd1285a8d563 (commit)
      from  632de523de4d04ed069f46e18236b6b434372e5e (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 5989c1883e3f359409ebc94f5cf3bd1285a8d563
Author: Sylvain Rochet <address@hidden>
Date:   Tue Apr 21 22:43:53 2015 +0200

    PPP, removed useless padding in bitfields
    
    Most of them were wrong actually. We have to use unsigned int because
    C90 only allows int types for bitfields, so we are stuck to 32-bit
    bitfields in most cases.

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

Summary of changes:
 src/include/netif/ppp/ccp.h    |    7 -------
 src/include/netif/ppp/ipcp.h   |    5 -----
 src/include/netif/ppp/ipv6cp.h |    2 +-
 src/include/netif/ppp/lcp.h    |   11 +----------
 src/include/netif/ppp/mppe.h   |    1 -
 src/include/netif/ppp/ppp.h    |   32 --------------------------------
 src/include/netif/ppp/pppos.h  |    1 -
 7 files changed, 2 insertions(+), 57 deletions(-)


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



reply via email to

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