* include/cygwin/socket.h (IPV6_JOIN_GROUP): Revert.
(IPV6_LEAVE_GROUP): Ditto.
This commit is contained in:
parent
16c7ecbb9d
commit
8861a80ee8
|
@ -1,3 +1,8 @@
|
||||||
|
2014-03-12 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/cygwin/socket.h (IPV6_JOIN_GROUP): Revert.
|
||||||
|
(IPV6_LEAVE_GROUP): Ditto.
|
||||||
|
|
||||||
2014-03-10 Christopher Faylor <me.cygwin2014@cgf.cx>
|
2014-03-10 Christopher Faylor <me.cygwin2014@cgf.cx>
|
||||||
|
|
||||||
* fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO
|
* fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO
|
||||||
|
|
|
@ -258,6 +258,8 @@ struct OLD_msghdr
|
||||||
#define IPV6_MULTICAST_LOOP 11
|
#define IPV6_MULTICAST_LOOP 11
|
||||||
#define IPV6_ADD_MEMBERSHIP 12
|
#define IPV6_ADD_MEMBERSHIP 12
|
||||||
#define IPV6_DROP_MEMBERSHIP 13
|
#define IPV6_DROP_MEMBERSHIP 13
|
||||||
|
#define IPV6_JOIN_GROUP IPV6_ADD_MEMBERSHIP
|
||||||
|
#define IPV6_LEAVE_GROUP IPV6_DROP_MEMBERSHIP
|
||||||
#define IPV6_DONTFRAG 14
|
#define IPV6_DONTFRAG 14
|
||||||
#define IPV6_PKTINFO 19
|
#define IPV6_PKTINFO 19
|
||||||
#define IPV6_HOPLIMIT 21
|
#define IPV6_HOPLIMIT 21
|
||||||
|
|
Loading…
Reference in New Issue