* include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.

This commit is contained in:
Christopher Faylor
2000-05-16 15:50:45 +00:00
parent eadffa103e
commit 00ca312564
2 changed files with 5 additions and 1 deletions

View File

@ -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 */