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 |
Message-ID: | <392D389D.721A0DEB@ece.gatech.edu> |
Date: | Thu, 25 May 2000 10:28:45 -0400 |
From: | "Charles S. Wilson" <cwilson AT ece DOT gatech DOT edu> |
X-Mailer: | Mozilla 4.7 [en] (WinNT; U) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
To: | Stefan Ondrejicka <ondrej AT idata DOT sk> |
CC: | cygwin AT sourceware DOT cygnus DOT com |
Subject: | Re: Minor typo in /usr/i686-pc-cygwin/include/cygwin/in.h |
References: | <Pine DOT OSF DOT 4 DOT 10 DOT 10005251606581 DOT 17407-100000 AT corwin DOT idata DOT sk> |
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 <ondrej AT idata DOT sk> > 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |