[PVFS2-CVS] commit by pw in pvfs2/src/common/misc: msgpairarray.sm
CVS commit program
cvs at parl.clemson.edu
Thu Mar 31 14:12:55 EST 2005
Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb:/tmp/cvs-serv3580/src/common/misc
Modified Files:
msgpairarray.sm
Log Message:
make-happy cast for ia64
Index: msgpairarray.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/msgpairarray.sm,v
diff -u -p -u -r1.27 -r1.28
--- msgpairarray.sm 28 Mar 2005 18:36:05 -0000 1.27
+++ msgpairarray.sm 31 Mar 2005 19:12:55 -0000 1.28
@@ -419,7 +419,7 @@ static int msgpairarray_complete(PARENT_
{
gossip_debug(GOSSIP_MSGPAIR_DEBUG,
"%s: sm %p status_user_tag %d msgarray_count %d\n",
- __func__, sm_p, js_p->status_user_tag, sm_p->msgarray_count);
+ __func__, sm_p, (int) js_p->status_user_tag, sm_p->msgarray_count);
/* match operation with something in the msgpair array */
More information about the PVFS2-CVS
mailing list