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]

Bug report: problem in in.h


First of all, thanks for all cygwin project contributors, as a user :)

PROBLEM: In the declaration of "struct sockaddr_in6" in 
i686-pc-cygwin/include/cygwin/in.h, the type of
sin6_addr field should be struct in6_addr (but is struct in_addr6 in the
latest distribution).

I've found this on the way to compile ncftp 3.0.1. Fixing the problem, it
compiled successfully.


Jae Choon CHA

ps. I'm not a subscriber of the cygwin mailing list. Please send me a cc
when you reply :)


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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