[Pvfs2-cvs] commit by slang in pvfs2/src/io/description:
dist-twod-stripe.c
CVS commit program
cvs at parl.clemson.edu
Tue Apr 1 15:10:49 EST 2008
Update of /projects/cvsroot/pvfs2/src/io/description
In directory parlweb1:/tmp/cvs-serv20753/src/io/description
Modified Files:
Tag: pvfs-2-7-branch
dist-twod-stripe.c
Log Message:
fix warnings on 32bit platforms.
Index: dist-twod-stripe.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/description/dist-twod-stripe.c,v
diff -p -u -r1.3 -r1.3.2.1
--- dist-twod-stripe.c 15 Aug 2007 16:39:22 -0000 1.3
+++ dist-twod-stripe.c 1 Apr 2008 20:10:49 -0000 1.3.2.1
@@ -266,9 +266,9 @@ static PVFS_size logical_file_size(void*
}
gossip_debug(GOSSIP_DIST_DEBUG,
- "%s: server_ct: %llu log_size: %llu\n",
+ "%s: server_ct: %u log_size: %llu\n",
__func__,
- llu(server_ct),
+ server_ct,
llu(cur_max));
return cur_max;
More information about the Pvfs2-cvs
mailing list