diff options
author | Csaba Henk <csaba@gluster.com> | 2010-03-18 17:23:15 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-03-22 01:27:06 -0700 |
commit | 83ab05db5505a033a66385a7e1aaad605fea562b (patch) | |
tree | 0290fec43cfd3b48348a5ebb60e4e1af50475cf8 /libglusterfs/src/logging.h | |
parent | 283ec9608e6cbc9393941d5fae901e558360d2bd (diff) |
fix warnings on 32 bit
Signed-off-by: Csaba Henk <csaba@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 361 (GlusterFS 3.0 should work on Mac OS/X)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=361
Diffstat (limited to 'libglusterfs/src/logging.h')
-rw-r--r-- | libglusterfs/src/logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/logging.h b/libglusterfs/src/logging.h index 1f0c4ac7d..3c197c015 100644 --- a/libglusterfs/src/logging.h +++ b/libglusterfs/src/logging.h @@ -32,7 +32,7 @@ #define GF_PRI_FSBLK PRId64 #define GF_PRI_BLKSIZE PRId32 -#define GF_PRI_SIZET PRId64 +#define GF_PRI_SIZET "zu" #define GF_PRI_NLINK PRId32 #define GF_PRI_DEV PRId64 |