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 Message-ID: <392D389D.721A0DEB@ece.gatech.edu> Date: Thu, 25 May 2000 10:28:45 -0400 From: "Charles S. Wilson" X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Stefan Ondrejicka CC: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Minor typo in /usr/i686-pc-cygwin/include/cygwin/in.h References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Aaarrrrggghhhh. Check the archives before posting. This has been reported about 139 times already. The fix will be in the next release. --Chuck Stefan Ondrejicka wrote: > > Hello, > > I have just downloaded and installed latest netinstall version of cygwin. > I tryied to compile my program which is using sockets for network > communication. It refuzes to compile because of one typo in header file > mentioned in subject. > > The typo is in declaration of structure for IPv6 socket address. > > currently it is > > struct sockaddr_in6 > { > unsigned short sin6_family; > unsigned short sin6_port; > unsigned long sin6_flowinfo; > struct in_addr6 sin6_addr; > }; > > and should be > > struct sockaddr_in6 > { > unsigned short sin6_family; > unsigned short sin6_port; > unsigned long sin6_flowinfo; > struct in6_addr sin6_addr; > }; > > The typo is in last field of structure :-) > > I was sending this message originaly to cygwin-developers list, but I am > not subscribed to that list, so my message was rejected. I hope someone > authorized will read this email at least this way. > > With best regards, > Stevo. > > P.S. Thanks for such great environment for easy porting of unix programs > to win32. > > -- > Stefan Ondrejicka > Beethovenova 11, 917 08 Trnava, Slovakia > http://www.idata.sk/~ondrej/ > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com