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 Reply-To: From: "Vlad Soutyrine" To: Subject: typo in file in.h of the latest cygwin distribution Date: Fri, 26 May 2000 00:33:03 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_008F_01BFC6AA.94617C60" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal ------=_NextPart_000_008F_01BFC6AA.94617C60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit 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 ------=_NextPart_000_008F_01BFC6AA.94617C60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Whoever is in charge for the latest = distribution of cygwin

(ftp://ftp.freesoftware.com/pub/sourceware/cygwin/lates= t/),

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

 <= /p>

------=_NextPart_000_008F_01BFC6AA.94617C60--