This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Typo in socket.h


On Jan 19 17:27, jan.safranek@anfdata.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]