From: johann Date: Fri, 2 May 2008 20:26:35 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~559 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=18d07a5605ce98551ed183638387211124a9f8c2;p=fs%2Flustre-release.git Branch b1_6 b=15517 i=johann i=umka Fix compile warnings on i686. --- diff --git a/lustre/tests/it_test.c b/lustre/tests/it_test.c index da9256d..44c7f6f 100644 --- a/lustre/tests/it_test.c +++ b/lustre/tests/it_test.c @@ -7,6 +7,7 @@ #include #include +#include #include <../ldlm/interval_tree.c> #define dprintf(fmt, args...) //printf(fmt, ##args) @@ -17,7 +18,7 @@ } while(0) #define __F(ext) (ext)->start, (ext)->end -#define __S "[%llx:%llx]" +#define __S "["LPX64":"LPX64"]" #define ALIGN_SIZE 4096 #define ALIGN_MASK (~(ALIGN_SIZE - 1))