[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Joel Cunningham |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-961-g6cdfae1 |
Date: |
Fri, 22 Sep 2017 09:52:46 -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 6cdfae124552d6ffb8b647d2391c71905d752437 (commit)
from 0c2d94a283309971c6bc0f1e7c25ac34ec456e60 (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 6cdfae124552d6ffb8b647d2391c71905d752437
Author: Joel Cunningham <address@hidden>
Date: Thu Sep 21 11:04:37 2017 -0500
sockets: cleanup ioctlsocket for LWIP_COMPAT_SOCKETS == 2 (patch #9456)
This makes two cleanups that follows the same organization as
close/closesocket:
1) There is no lwip_ioctlsocket. Instead lwip_ioctl should redirect to
ioctlsocket
2) With LWIP_POSIX_SOCKETS_IO_NAMES enabled, lwip_ioctl/ioctlsocket should
redirect to ioctl
-----------------------------------------------------------------------
Summary of changes:
src/include/lwip/sockets.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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-961-g6cdfae1,
Joel Cunningham <=