in.h glitch?
Dmitry Yaitskov
dimas@home.com
Tue May 16 09:34:00 GMT 2000
Hi,
Here is the tail of file /usr/i686-pc-cygwin/include/cygwin/in.h:
--------------------- cut here ---------------------
/*
* IPv6 definitions as we start to include them. This is just
* a beginning dont get excited 8)
*/
struct in6_addr
{
unsigned char s6_addr[16];
};
struct sockaddr_in6
{
unsigned short sin6_family;
unsigned short sin6_port;
unsigned long sin6_flowinfo;
struct in_addr6 sin6_addr;
};
#endif /* _CYGWIN_IN_H */
--------------------- cut here ---------------------
Shouldn't the "struct in6_addr" read "struct in_addr6" instead?
--
Cheers,
-Dima.
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list