From ac3bdbfd59b7360579e144d1e3d04914390a7b70 Mon Sep 17 00:00:00 2001 From: shadow Date: Thu, 15 May 2008 04:14:25 +0000 Subject: [PATCH] fix warnings with compile it_test. b=15517 i=johann --- lustre/tests/it_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/it_test.c b/lustre/tests/it_test.c index b5697b8..2019ce0 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)) -- 1.8.3.1