delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
To: | cygwin AT sourceware DOT cygnus DOT com |
Subject: | in.h glitch? |
From: | Dmitry Yaitskov <dimas AT home DOT com> |
Organization: | Just me at home |
Date: | 16 May 2000 12:34:45 -0400 |
Message-ID: | <87ya5awj16.fsf@lucy.mtth1.on.wave.home.com> |
Lines: | 31 |
User-Agent: | Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Melpomene) |
MIME-Version: | 1.0 |
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 AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |