Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Mail-from: cygwin AT cwilson DOT fastmail DOT fm X-Spam-score: 0 X-Spam-hits: BAYES_01, EMAIL_ATTRIBUTION, IN_REP_TO, QUOTED_EMAIL_TEXT, REFERENCES, REPLY_WITH_QUOTES, USER_AGENT_MOZILLA_UA X-Epoch: 1059520333 X-Sasl-enc: Gb3wEV3swNq0AOSDIsmn5g Message-ID: <3F26FEC9.1010604@cwilson.fastmail.fm> Date: Tue, 29 Jul 2003 19:10:01 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 1.5.1: lseek64 woes (was Re: 1.5.1: unzip problems with binary files in archive) References: <16165 DOT 33853 DOT 968862 DOT 592625 AT phish DOT entomo DOT com> <20030729011247 DOT GB3099 AT redhat DOT com> <3F25CACF DOT 945DCBED AT acm DOT org> <20030729011846 DOT GC3099 AT redhat DOT com> <3F25F644 DOT 2090202 AT cwilson DOT fastmail DOT fm> <16166 DOT 5927 DOT 665592 DOT 841970 AT gargle DOT gargle DOT HOWL> <20030729154925 DOT GA16588 AT redhat DOT com> <3F269DE6 DOT F6E94A57 AT acm DOT org> In-Reply-To: <3F269DE6.F6E94A57@acm.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit David Rothenberger wrote: > --- unzip-5.50/unzpriv.h 2003-07-29 09:10:41.325502400 -0700 > +++ unzip-5.50-fixed/unzpriv.h 2003-07-29 09:08:48.783675200 -0700 > @@ -200,6 +200,10 @@ > typedef unsigned int extent; > #endif /* ?MODERN */ > > +#ifdef __CYGWIN__ > +# include > +#endif > + > > #ifndef MINIX /* Minix needs it after all the other includes > (?) */ > # include > > > I spent WAY too much time on this for such a simple problem. Darn! > Next time I'll know to look for prototypes if the strace output is > strange. Thank you VERY much for tracking this down. I will try to get an updated unzip rolled out ASAP. -- Chuck -- 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/