[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1506-g9b638e7
[email protected] (Axel Lin)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 9b638e7c053f9ab8917ee047dffedfcdca5bbe29 (commit)
via 58be2b15739219f0b3e0333280ed1e6acc58ac37 (commit)
from e9428189409daacfb778b2326136f8d7130a6768 (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 9b638e7c053f9ab8917ee047dffedfcdca5bbe29
Author: Axel Lin <[email protected]>
Date: Tue Jul 3 22:55:59 2018 +0800
apps/netbiosns: Convert to use lwip_isupper instead of open-coded
Also remove additonal (cname == '\0' || cname == '.') check because
it's covered by !lwip_isupper(cname) test.
Signed-off-by: Axel Lin <[email protected]>
commit 58be2b15739219f0b3e0333280ed1e6acc58ac37
Author: Axel Lin <[email protected]>
Date: Tue Jul 3 22:55:07 2018 +0800
Add define for lwip_isupper when LWIP_NO_CTYPE_H=0
lwip_isupper is not defined when LWIP_NO_CTYPE_H=0, add it.
Signed-off-by: Axel Lin <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
src/apps/netbiosns/netbiosns.c | 9 ++-------
src/include/lwip/arch.h | 1 +
2 files changed, 3 insertions(+), 7 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack