On Mon, Feb 19, 2001 at 01:08:24PM -0500, Earnie Boyd wrote:
> [EMAIL PROTECTED] wrote:
> > 
> > CVSROOT:        /cvs/src
> > Module name:    src
> > Changes by:     [EMAIL PROTECTED]      2001-02-19 10:02:19
> > 
> > Modified files:
> >         winsup/cinstall: ChangeLog download.cc
> > 
> > Log message:
> >         * download.cc (get_file_size): New function. Eliminates the need
> >         to call `stat'.
> >         (download_one): Call `get_file_size' instead of `stat'. This
> >         workarounds a problem with mingw's `stat' call.
> > 
> 
> Corinna,
> 
> Can you please elaborate on the problem with MinGW's `stat' call?

I haven't investigated the problem in mingw. I only saw that
mingw's stat returns the wrong size in st_size. I needed a quick
solution so I decided to create a solution without using stat
instead of debugging.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:[EMAIL PROTECTED]
Red Hat, Inc.
mailto:[EMAIL PROTECTED]

Reply via email to