emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: file sizes shown incorrectly for large files under Windows


From: Chris Moore
Subject: Re: file sizes shown incorrectly for large files under Windows
Date: Thu, 13 Nov 2003 17:10:35 +0100

Jason Rumney writes:

 > I may be mistaken about the source of the inclusion of wchar.h, but
 > stddef.h certainly does not include sys/stat.h on any set of
 > headers I have.

My mistake.  stddef.h *isn't* including stat.h on my system either.
I don't know how, but I got confused.  stat.h includes stddef.h, not
the other way around.

Further investigation shows that it's emacs/src/s/ms-w32.h that
includes stat.h for w32.c.

However, other source files (buffer.c, for example) include <stat.h>
and call stat() directly.  It makes no sense for us to modify 'struct
stat' if we don't modify the stat() function as well, does it?

Chris.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]