[Pvfs2-cvs] commit by pw in pvfs2/src/io/bmi/bmi_ib: openib.c
CVS commit program
cvs at parl.clemson.edu
Wed Jul 18 16:36:12 EDT 2007
Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_ib
In directory parlweb1:/tmp/cvs-serv7138/src/io/bmi/bmi_ib
Modified Files:
openib.c
Log Message:
Typo ended up disabling valgrind in here.
Index: openib.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_ib/openib.c,v
diff -u -p -p -u -r1.13 -r1.14
--- openib.c 8 May 2007 21:28:01 -0000 1.13
+++ openib.c 18 Jul 2007 20:36:12 -0000 1.14
@@ -6,7 +6,7 @@
*
* See COPYING in top-level directory.
*
- * $Id: openib.c,v 1.13 2007/05/08 21:28:01 pw Exp $
+ * $Id: openib.c,v 1.14 2007/07/18 20:36:12 pw Exp $
*/
#include <string.h>
#include <errno.h>
@@ -17,7 +17,7 @@
#include <src/common/misc/pvfs2-internal.h> /* llu */
#include <infiniband/verbs.h>
-#ifdef HAVE_VALGRIND
+#ifdef HAVE_VALGRIND_H
#include <memcheck.h>
#else
#define VALGRIND_MAKE_MEM_DEFINED(addr,len)
More information about the Pvfs2-cvs
mailing list