2000-05-12 Mumit Khan <khan@xraylith.wisc.edu>
* include/cygwin/in.h (struct in6_addr): Fix spelling. * include/cygwin/socket.h (AF_INET6, PF_INET6): Define macros. (AF_MAX, PF_MAX): Bump to 32 to leave room for future expansion.
This commit is contained in:
@ -172,7 +172,7 @@ struct sockaddr_in {
|
||||
* a beginning dont get excited 8)
|
||||
*/
|
||||
|
||||
struct in_addr6
|
||||
struct in6_addr
|
||||
{
|
||||
unsigned char s6_addr[16];
|
||||
};
|
||||
|
Reference in New Issue
Block a user