From f589bb679f2650267f4c1b59fa4146a2e63aa5af Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 1 Sep 2011 12:23:34 -0500 Subject: [svn-r21352] Missed stat structure change to use h5_stat_t. Should have been part of HDFFV-7687 review and commit. File already used HD prefix on stat function. --- src/H5FDmpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c index 480334b..fc93a85 100644 --- a/src/H5FDmpio.c +++ b/src/H5FDmpio.c @@ -940,7 +940,7 @@ H5FD_mpio_open(const char *name, unsigned flags, hid_t fapl_id, MPI_Info info_dup=MPI_INFO_NULL; H5FD_t *ret_value; /* Return value */ #ifndef H5_HAVE_MPI_GET_SIZE - struct stat stat_buf; + h5_stat_t stat_buf; #endif FUNC_ENTER_NOAPI(H5FD_mpio_open, NULL) -- cgit v0.12