OSDN Git Service

* include/ws2tcpip.h (s6_addr32): Correct definition,
authordannysmith <dannysmith>
Sun, 1 Jul 2007 10:09:12 +0000 (10:09 +0000)
committerdannysmith <dannysmith>
Sun, 1 Jul 2007 10:09:12 +0000 (10:09 +0000)
Thanks to Alfred E. Heggestad <aeh at db dot org>

winsup/w32api/ChangeLog
winsup/w32api/include/ws2tcpip.h

index 969cd3a..349d9a4 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/ws2tcpip.h (s6_addr32): Correct definition.
+       Thanks to Alfred E. Heggestad <aeh at db dot org>
+
 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
 
        * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
index 6ae0ea5..26f4f37 100644 (file)
@@ -173,7 +173,7 @@ struct in6_addr {
 
 /* These are GLIBC names */ 
 #define s6_addr16      _S6_un._S6_u16
-#define s6_addr32      _S6_un._S6_u16
+#define s6_addr32      _S6_un._S6_u32
 
 /* These are used in some MS code */
 #define in_addr6       in6_addr