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. 5d4c1432c2b223f2e5a2511416a2cc7fdff3a61c
Date: Tue, 19 Jul 2016 10:45:16 +0000 (UTC)

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  5d4c1432c2b223f2e5a2511416a2cc7fdff3a61c (commit)
      from  6adeb706a699da10f2841eea3671546407ec413a (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 5d4c1432c2b223f2e5a2511416a2cc7fdff3a61c
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 19 12:44:12 2016 +0200

    Fix bug #48436: Naming clash for timers.c (with FreeRTOS)
    Rename timers.* to timeouts.*

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

Summary of changes:
 src/Filelists.mk                          |    2 +-
 src/apps/sntp/sntp.c                      |    2 +-
 src/core/init.c                           |    2 +-
 src/core/memp.c                           |    2 +-
 src/core/{timers.c => timeouts.c}         |    2 +-
 src/include/lwip/priv/tcpip_priv.h        |    2 +-
 src/include/lwip/tcpip.h                  |    2 +-
 src/include/lwip/{timers.h => timeouts.h} |    6 +++---
 src/include/netif/ppp/ppp.h               |    2 +-
 src/include/netif/ppp/ppp_impl.h          |    2 +-
 src/netif/ppp/pppoe.c                     |    2 +-
 11 files changed, 13 insertions(+), 13 deletions(-)
 rename src/core/{timers.c => timeouts.c} (99%)
 rename src/include/lwip/{timers.h => timeouts.h} (97%)


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



reply via email to

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