[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP
From: |
Joel Cunningham |
Subject: |
[lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-51-g70f52c0 |
Date: |
Fri, 10 Feb 2017 00:27:06 -0500 (EST) |
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 Contrib - Contributed code for Lightweight TCP/IP stack".
The branch, master has been updated
via 70f52c0344b5891eddb2e632342118f850f46bcb (commit)
from e2616fdba998ddcc8d7441f4eca9871894d6c465 (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 70f52c0344b5891eddb2e632342118f850f46bcb
Author: Joel Cunningham <address@hidden>
Date: Thu Feb 9 23:20:30 2017 -0600
Fix "lwip/errno.h" for Unix port (hopefully)
Including "lwip/errno.h" doesn't appear to work from the Travis CI
build 732
This appears to be because LWIP_ERRNO_INCLUDE is not defined in cc.h
and LWIP_PROVIDE_ERRNO is not defined, so #include "lwip/errno.h"
doesn't bring in any symbols
-----------------------------------------------------------------------
Summary of changes:
ports/unix/port/include/arch/cc.h | 2 ++
ports/unix/port/include/arch/sys_arch.h | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
lwIP Contrib - Contributed code for Lightweight TCP/IP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-51-g70f52c0,
Joel Cunningham <=