--- vnstat-1.4/src/vnstat.h.orig 2004-03-26 16:23:08 +0300 +++ vnstat-1.4/src/vnstat.h 2005-07-11 20:07:33 +0400 @@ -45,11 +45,11 @@ #ifdef BLIMIT /* 64 bit limit */ -#define FPOINT 18446744073709551616 +#define FPOINT 18446744073709551616ULL #else /* 32 bit limit */ -#define FPOINT 4294967296 +#define FPOINT 4294967296ULL #endif typedef struct {