Fix bug #48436: Naming clash for timers.c (with FreeRTOS)

Rename timers.* to timeouts.*
This commit is contained in:
Dirk Ziegelmeier 2016-07-19 12:44:12 +02:00
parent 6adeb706a6
commit 5d4c1432c2
11 changed files with 13 additions and 13 deletions

View File

@ -45,7 +45,7 @@ COREFILES=$(LWIPDIR)/core/def.c \
$(LWIPDIR)/core/tcp.c \
$(LWIPDIR)/core/tcp_in.c \
$(LWIPDIR)/core/tcp_out.c \
$(LWIPDIR)/core/timers.c \
$(LWIPDIR)/core/timeouts.c \
$(LWIPDIR)/core/udp.c
CORE4FILES=$(LWIPDIR)/core/ipv4/autoip.c \

View File

@ -48,7 +48,7 @@
#include "lwip/apps/sntp.h"
#include "lwip/opt.h"
#include "lwip/timers.h"
#include "lwip/timeouts.h"
#include "lwip/udp.h"
#include "lwip/dns.h"
#include "lwip/ip_addr.h"

View File

@ -53,7 +53,7 @@
#include "lwip/autoip.h"
#include "lwip/igmp.h"
#include "lwip/dns.h"
#include "lwip/timers.h"
#include "lwip/timeouts.h"
#include "lwip/etharp.h"
#include "lwip/ip6.h"
#include "lwip/nd6.h"

View File

@ -49,7 +49,7 @@
#include "lwip/priv/api_msg.h"
#include "lwip/sockets.h"
#include "lwip/sys.h"
#include "lwip/timers.h"
#include "lwip/timeouts.h"
#include "lwip/stats.h"
#include "lwip/etharp.h"
#include "lwip/ip4_frag.h"

View File

@ -41,7 +41,7 @@
#include "lwip/opt.h"
#include "lwip/timers.h"
#include "lwip/timeouts.h"
#include "lwip/priv/tcp_priv.h"
#include "lwip/def.h"

View File

@ -43,7 +43,7 @@
#include "lwip/tcpip.h"
#include "lwip/sys.h"
#include "lwip/timers.h"
#include "lwip/timeouts.h"
#ifdef __cplusplus
extern "C" {

View File

@ -42,7 +42,7 @@
#if !NO_SYS /* don't build if not configured for use in lwipopts.h */
#include "lwip/err.h"
#include "lwip/timers.h"
#include "lwip/timeouts.h"
#include "lwip/netif.h"
#ifdef __cplusplus

View File

@ -35,8 +35,8 @@
* Simon Goldschmidt
*
*/
#ifndef LWIP_HDR_TIMERS_H
#define LWIP_HDR_TIMERS_H
#ifndef LWIP_HDR_TIMEOUTS_H
#define LWIP_HDR_TIMEOUTS_H
#include "lwip/opt.h"
@ -127,4 +127,4 @@ void sys_timeouts_mbox_fetch(sys_mbox_t *mbox, void **msg);
}
#endif
#endif /* LWIP_HDR_TIMERS_H */
#endif /* LWIP_HDR_TIMEOUTS_H */

View File

@ -42,7 +42,7 @@
#include "lwip/mem.h"
#include "lwip/netif.h"
#include "lwip/sys.h"
#include "lwip/timers.h"
#include "lwip/timeouts.h"
#if PPP_IPV6_SUPPORT
#include "lwip/ip6_addr.h"
#endif /* PPP_IPV6_SUPPORT */

View File

@ -48,7 +48,7 @@
#include "lwip/netif.h"
#include "lwip/def.h"
#include "lwip/timers.h"
#include "lwip/timeouts.h"
#include "ppp.h"
#include "pppdebug.h"

View File

@ -76,7 +76,7 @@
#include <stdio.h>
#endif /* UNUSED */
#include "lwip/timers.h"
#include "lwip/timeouts.h"
#include "lwip/memp.h"
#include "lwip/stats.h"
#include "lwip/snmp.h"