eina: fix stat failure when size, blocks count or serial number didn't

fit in 32bits.


SVN revision: 57624
This commit is contained in:
Cedric BAIL 2011-03-09 14:49:35 +00:00
parent 51b3f6c969
commit e8ca19f09c
2 changed files with 8 additions and 0 deletions

View File

@ -27,3 +27,8 @@
* Fix a compilation failure when --disable-posix-threads
--disable-valgrind are passed to configure
2011-03-09 Cedric Bail
* Fix stat failure when file size in bytes or the number of blocks
allocated to the file or the file serial number didn't fit in 32bits.

View File

@ -21,6 +21,9 @@
# include "config.h"
#endif
#undef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 64
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#elif defined __GNUC__