Typo in socket.h

Corinna Vinschen corinna-cygwin@cygwin.com
Thu Jan 19 17:11:00 GMT 2006


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/



More information about the Cygwin mailing list