[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.4-232-gaad2bd2

mysql vizuser noreply at mpich.org
Sun May 19 00:08:53 CDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  aad2bd26a361f4bc67bb347d4719a2d297262bcc (commit)
      from  0388a85b1a6dfe8772766c67e9793266452e6c2c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/aad2bd26a361f4bc67bb347d4719a2d297262bcc

commit aad2bd26a361f4bc67bb347d4719a2d297262bcc
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Sun May 19 00:07:24 2013 -0500

    Fix strict build with clang on FreeBSD.
    
    No reviewer.

diff --git a/src/pm/hydra/tools/topo/hwloc/hwloc/src/topology-freebsd.c b/src/pm/hydra/tools/topo/hwloc/hwloc/src/topology-freebsd.c
index c3a82f7..f00f4c1 100644
--- a/src/pm/hydra/tools/topo/hwloc/hwloc/src/topology-freebsd.c
+++ b/src/pm/hydra/tools/topo/hwloc/hwloc/src/topology-freebsd.c
@@ -187,7 +187,7 @@ hwloc_look_freebsd(struct hwloc_backend *backend)
   }
 
   /* Add FreeBSD specific information */
-#ifdef HAVE_SYSCTL
+#if defined(HAVE_SYSCTL) && defined(HAVE_SYSCTL_H)
   hwloc_freebsd_node_meminfo_info(topology);
 #endif
   hwloc_obj_add_info(topology->levels[0][0], "Backend", "FreeBSD");

-----------------------------------------------------------------------

Summary of changes:
 .../tools/topo/hwloc/hwloc/src/topology-freebsd.c  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list