Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Tue, 16 May 2000 12:42:13 -0400 To: cygwin AT sourceware DOT cygnus DOT com Subject: Re: in.h glitch? Message-ID: <20000516124213.A13061@cygnus.com> Reply-To: cygwin AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, cygwin AT sourceware DOT cygnus DOT com References: <87ya5awj16 DOT fsf AT lucy DOT mtth1 DOT on DOT wave DOT home DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.12i In-Reply-To: <87ya5awj16.fsf@lucy.mtth1.on.wave.home.com>; from dimas@home.com on Tue, May 16, 2000 at 12:34:45PM -0400 On Tue, May 16, 2000 at 12:34:45PM -0400, Dmitry Yaitskov wrote: >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? Yes it should be. We've fixed this in our sources and it will be corrected in the next snapshot and in the next net release. It looks like I need to do another net release quickly since there appear to be Win95 problems which I am still tracking down. cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com