This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

in.h glitch?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]