X-Spam-Check-By: sourceware.org Date: Thu, 19 Jan 2006 17:36:49 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Typo in socket.h Message-ID: <20060119163649.GR8318@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <1465 DOT 163 DOT 242 DOT 69 DOT 59 DOT 1137688030 DOT squirrel AT gw DOT anfdata DOT cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465.163.242.69.59.1137688030.squirrel@gw.anfdata.cz> User-Agent: Mutt/1.4.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Jan 19 17:27, jan DOT safranek AT anfdata DOT cz wrote: > Hi, > > I have found a bug in /usr/include/cygwin/socket.h: > > struct sockaddr_storage { > sa_family_t ss_familiy; > ... > > should be > > struct sockaddr_storage { > sa_family_t ss_family; > ... > > Some programs won't compile without the change. I believe it's just a > simple typo and not an intention. Thanks, I fixed this in CVS yesterday. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/