diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-09-01 17:23:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-09-01 17:23:34 (GMT) |
commit | f589bb679f2650267f4c1b59fa4146a2e63aa5af (patch) | |
tree | 45d6cd7271ff8f9c87d3612ef1465633fc088e2d /src | |
parent | 3dd57adfc3ab856b449f86f6d0a1bd9714332ade (diff) | |
download | hdf5-f589bb679f2650267f4c1b59fa4146a2e63aa5af.zip hdf5-f589bb679f2650267f4c1b59fa4146a2e63aa5af.tar.gz hdf5-f589bb679f2650267f4c1b59fa4146a2e63aa5af.tar.bz2 |
[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.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5FDmpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |