Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <000a01bfc0d6$5c8f6920$e6e040ca@finet.com.hk> From: "kevin leung" To: Subject: bug in "in.h" Date: Thu, 18 May 2000 22:35:43 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01BFC119.673A9960" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 ------=_NextPart_000_0007_01BFC119.673A9960 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable In the /usr/i686-pc-cygwin/include/cygwin/in.h line 185 struct in_addr6 sin6_addr; =20 should be struct in6_addr sin6_addr; =20 Kevin Leung www.e-finet.com ------=_NextPart_000_0007_01BFC119.673A9960 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
In the /usr/i686-pc-cygwin/include/cygwin/in.h line 185
 
 struct in_addr6 sin6_addr; 
should be
 struct in6_addr sin6_addr; 
 
 
Kevin Leung
www.e-finet.com
------=_NextPart_000_0007_01BFC119.673A9960--