summaryrefslogtreecommitdiffstats
path: root/perform/zip_perf.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-08-30 15:35:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-08-30 15:35:30 (GMT)
commitcfc376080860337f8f7a6716ed50e9d123eb7176 (patch)
tree2271108962dfe22f1d39980f900e6d48d27ee07d /perform/zip_perf.c
parent4f3950a8826a102d56cde7b57729552742af1b80 (diff)
downloadhdf5-cfc376080860337f8f7a6716ed50e9d123eb7176.zip
hdf5-cfc376080860337f8f7a6716ed50e9d123eb7176.tar.gz
hdf5-cfc376080860337f8f7a6716ed50e9d123eb7176.tar.bz2
[svn-r21334] HDFFV-7687: add HD macro prefrix to functions and use h5_stat_t where necessary
reviewed
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);