* include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.
This commit is contained in:
parent
eadffa103e
commit
00ca312564
|
@ -1,3 +1,7 @@
|
|||
Tue May 16 11:49:13 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.
|
||||
|
||||
Mon May 15 00:35:35 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* include/cygwin/version.h: Bump DLL minor version number to 2.
|
||||
|
|
|
@ -182,7 +182,7 @@ struct sockaddr_in6
|
|||
unsigned short sin6_family;
|
||||
unsigned short sin6_port;
|
||||
unsigned long sin6_flowinfo;
|
||||
struct in_addr6 sin6_addr;
|
||||
struct in6_addr sin6_addr;
|
||||
};
|
||||
|
||||
#endif /* _CYGWIN_IN_H */
|
||||
|
|
Loading…
Reference in New Issue