This is the mail archive of the cygwin@sourceware.cygnus.com 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]

typo in file in.h of the latest cygwin distribution


Whoever is in charge for the latest distribution of cygwin

(ftp://ftp.freesoftware.com/pub/sourceware/cygwin/latest/),

please consider a possible typo in line 185 of file

\cygwin\usr\i686-pc-cygwin\include\cygwin\in.h

 

Currently this line shows:

185:      struct in_addr6 sin6_addr;

 

It has to be:

185:      struct in6_addr sin6_addr;

 

I could compile almost nothing before I’ve fixed this typo.

 

Thank you,

Vlad

 


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