Whamcloud - gitweb
Branch b1_6
authorjohann <johann>
Fri, 2 May 2008 20:26:35 +0000 (20:26 +0000)
committerjohann <johann>
Fri, 2 May 2008 20:26:35 +0000 (20:26 +0000)
b=15517
i=johann
i=umka

Fix compile warnings on i686.

lustre/tests/it_test.c

index da9256d..44c7f6f 100644 (file)
@@ -7,6 +7,7 @@
 #include <time.h>
 #include <sys/time.h>
 
+#include <libcfs/kp30.h>
 #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))