summaryrefslogtreecommitdiffstats
path: root/perform/zip_perf.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-09-06 14:16:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-09-06 14:16:50 (GMT)
commitb3bc8132c5661f9e2b5f0222bef8791d9193b25c (patch)
treee23bed5598353d5a6486746cfd4e87e6462f2084 /perform/zip_perf.c
parent12e6abe9f448866f008c6381a805cc4198748ef2 (diff)
downloadhdf5-b3bc8132c5661f9e2b5f0222bef8791d9193b25c.zip
hdf5-b3bc8132c5661f9e2b5f0222bef8791d9193b25c.tar.gz
hdf5-b3bc8132c5661f9e2b5f0222bef8791d9193b25c.tar.bz2
[svn-r21363] files from HDF5-33 review - all changes ran correctly in trunk. Changes have been tested in cmake branch.
Tested: local linux
Diffstat (limited to 'perform/zip_perf.c')
-rw-r--r--perform/zip_perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/zip_perf.c b/perform/zip_perf.c
index fdd824b..897fc7e 100644
--- a/perform/zip_perf.c
+++ b/perform/zip_perf.c
@@ -413,7 +413,7 @@ fill_with_random_data(Bytef *src, uLongf src_len)
register unsigned u;
h5_stat_t stat_buf;
- if (stat("/dev/urandom", &stat_buf) == 0) {
+ if (HDstat("/dev/urandom", &stat_buf) == 0) {
uLongf len = src_len;
Bytef *buf = src;
int fd = HDopen("/dev/urandom", O_RDONLY, 0);