lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. e5a554f0b


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. e5a554f0b5f29f3f19dfb6505d4fddb3be820f75
Date: Sat, 13 Oct 2012 17:17: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 "UNNAMED PROJECT".

The branch, ppp-new has been updated
       via  e5a554f0b5f29f3f19dfb6505d4fddb3be820f75 (commit)
       via  9e4aa7927828f7609950c821a6bdeb0eedb25e5a (commit)
      from  a0298728df3ecae03a6c4b74b8cf814e38b9c6d9 (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 e5a554f0b5f29f3f19dfb6505d4fddb3be820f75
Author: Sylvain Rochet <address@hidden>
Date:   Sat Oct 13 18:54:25 2012 +0200

    PPP, adding const pragma to FSM callbacks, saving about 350 bytes in .data 
segment

commit 9e4aa7927828f7609950c821a6bdeb0eedb25e5a
Author: Sylvain Rochet <address@hidden>
Date:   Sat Oct 13 18:38:18 2012 +0200

    PPP, adding const pragma to struct protent, saving about 200 bytes in .data 
segment

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

Summary of changes:
 src/include/netif/ppp/ccp.h      |    2 +-
 src/include/netif/ppp/chap-new.h |    2 +-
 src/include/netif/ppp/eap.h      |    2 +-
 src/include/netif/ppp/ecp.h      |    2 +-
 src/include/netif/ppp/fsm.h      |    2 +-
 src/include/netif/ppp/ipcp.h     |    2 +-
 src/include/netif/ppp/ipv6cp.h   |    2 +-
 src/include/netif/ppp/lcp.h      |    2 +-
 src/include/netif/ppp/ppp_impl.h |    2 +-
 src/include/netif/ppp/upap.h     |    2 +-
 src/netif/ppp/auth.c             |    8 ++++----
 src/netif/ppp/ccp.c              |    4 ++--
 src/netif/ppp/chap-new.c         |    2 +-
 src/netif/ppp/demand.c           |   10 +++++-----
 src/netif/ppp/eap.c              |    2 +-
 src/netif/ppp/ecp.c              |    4 ++--
 src/netif/ppp/ipcp.c             |    4 ++--
 src/netif/ppp/ipv6cp.c           |    4 ++--
 src/netif/ppp/lcp.c              |    6 +++---
 src/netif/ppp/ppp.c              |    6 +++---
 src/netif/ppp/pppoe.c            |    1 +
 src/netif/ppp/upap.c             |    2 +-
 src/netif/ppp/utils.c            |    2 +-
 23 files changed, 38 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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