[Pvfs2-cvs] commit by pw in pvfs2/src/io/bmi/bmi_ib: mem.c
CVS commit program
cvs at parl.clemson.edu
Fri Feb 23 13:38:14 EST 2007
Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_ib
In directory parlweb1:/tmp/cvs-serv505/src/io/bmi/bmi_ib
Modified Files:
mem.c
Log Message:
fix printf warning on ppc, from Kyle
Index: mem.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_ib/mem.c,v
diff -u -p -p -u -r1.12 -r1.13
--- mem.c 29 Dec 2006 22:42:52 -0000 1.12
+++ mem.c 23 Feb 2007 18:38:14 -0000 1.13
@@ -5,7 +5,7 @@
*
* See COPYING in top-level directory.
*
- * $Id: mem.c,v 1.12 2006/12/29 22:42:52 pw Exp $
+ * $Id: mem.c,v 1.13 2007/02/23 18:38:14 pw Exp $
*/
#include <src/common/gen-locks/gen-locks.h>
#include "pvfs2-internal.h"
@@ -121,7 +121,7 @@ memcache_memalloc(void *md, bmi_size_t l
memcache_device_t *memcache_device = md;
void *buf;
- debug(4, "%s: len %zd limit %d", __func__, len, eager_limit);
+ debug(4, "%s: len %lld limit %d", __func__, lld(len), eager_limit);
/* search in size cache first */
#if ENABLE_MEMCACHE
More information about the Pvfs2-cvs
mailing list