mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
Committed as obvious.
* include/ws2tcpip.h (IPV6_MREQ): Fix typo. Thanks to Richard Hughes for report.
This commit is contained in:
parent
07aed2eee8
commit
ee1482b2de
@ -1,3 +1,8 @@
|
||||
2008-09-07 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/ws2tcpip.h (IPV6_MREQ): Fix typo.
|
||||
Thanks to Richard Hughes for report.
|
||||
|
||||
2008-09-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* Makefile.in: Adjust to new naming standard for MinGW while maintaining old
|
||||
|
@ -275,7 +275,7 @@ struct ipv6_mreq {
|
||||
struct in6_addr ipv6mr_multiaddr;
|
||||
unsigned int ipv6mr_interface;
|
||||
};
|
||||
typedef struct ipv6_mreq IPV6_MREG;
|
||||
typedef struct ipv6_mreq IPV6_MREQ;
|
||||
|
||||
struct in6_pktinfo {
|
||||
IN6_ADDR ipi6_addr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user