From 5c5d70dc828ac4e3b348939a108f20395cb900ba Mon Sep 17 00:00:00 2001 From: Robert Read Date: Wed, 31 Mar 2010 11:15:01 -0700 Subject: [PATCH] b=21527 Portability fixes Fix typo in commit 8eaf21f9. --- lustre/utils/obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/obd.c b/lustre/utils/obd.c index aca2531..6e2a9b0 100644 --- a/lustre/utils/obd.c +++ b/lustre/utils/obd.c @@ -3091,7 +3091,7 @@ int jt_get_obj_version(int argc, char **argv) } obd_ioctl_unpack(&data, buf, sizeof rawbuf); - printf("0x"LPX64"\n", version); + printf(LPX64"\n", version); return 0; } -- 1.8.3.1