[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. master_at_STABLE-2_0_0-1474-gce16f8c |
Date: |
Mon, 18 Jun 2018 04:18:31 -0400 (EDT) |
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 ce16f8c498d5834aa6809ab9ff82d218b4b5f0c4 (commit)
from 871f27628be8f6d6d5b80ba96790b8bbf78a112e (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 ce16f8c498d5834aa6809ab9ff82d218b4b5f0c4
Author: Sylvain Rochet <address@hidden>
Date: Mon Jun 18 10:13:23 2018 +0200
PPP: remove unknown define references to PPP_NUM_TIMEOUTS when PPP_SUPPORT
is disabled
Fail to build if PPP_SUPPORT is disabled because PPP_NUM_TIMEOUTS
references defines that are unknown if PPP_SUPPORT == 0. Move
PPP_NUM_TIMEOUTS to PPP_SUPPORT block and set a default value to 0
if PPP_NUM_TIMEOUTS is still not defined at the end of ppp_opts.h.
Fixes: e4e0fc419308 ("PPP: set PPP_NUM_TIMEOUTS_PER_PCB value to computed
number of simultaneous timers")
Signed-off-by: Sylvain Rochet <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
src/include/netif/ppp/ppp_opts.h | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1474-gce16f8c,
Sylvain Rochet <=