| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Date: | Thu, 19 Jan 2006 17:36:49 +0100 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| 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 |
| 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 |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |