From 946f03bd2c4fd8208e3c22d5da3c9a279f46f413 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Mon, 12 Sep 2005 22:21:00 -0500 Subject: [svn-r11404] Purpose: Maintenance Description: Brought back changes from SX-6. Solution: Program will not compile. Fixed. Platforms tested: SX-6, heping and mir with new g95 Misc. update: --- tools/lib/h5tools_ref.c | 2 +- tools/misc/h5repart_gentest.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/lib/h5tools_ref.c b/tools/lib/h5tools_ref.c index 82dd1d0..c93d2e5 100644 --- a/tools/lib/h5tools_ref.c +++ b/tools/lib/h5tools_ref.c @@ -108,7 +108,7 @@ free_ref_path_info(void *item, void UNUSED *key, void UNUSED *operator_data/*in, { ref_path_node_t *node = (ref_path_node_t *)item; - HDfree(node->path); + HDfree((void *)node->path); HDfree(node); return(0); diff --git a/tools/misc/h5repart_gentest.c b/tools/misc/h5repart_gentest.c index 913d066..df56e72 100644 --- a/tools/misc/h5repart_gentest.c +++ b/tools/misc/h5repart_gentest.c @@ -20,6 +20,7 @@ * for h5repart test. */ #include "hdf5.h" +#include "H5private.h" #define KB 1024 #define FAMILY_NUMBER 4 -- cgit v0.12