diff options
Diffstat (limited to 'test/big.c')
-rw-r--r-- | test/big.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ const char *FILENAME[] = { #define FAMILY_SIZE 1024*1024*1024 /* Define big file as 2GB */ -#define BIG_FILE 0x80000000UL +#define BIG_FILE (off_t)0x80000000UL #define MAX_TRIES 100 |