summaryrefslogtreecommitdiffstats
path: root/testpar/t_subfiling_vfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/t_subfiling_vfd.c')
-rw-r--r--testpar/t_subfiling_vfd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_subfiling_vfd.c b/testpar/t_subfiling_vfd.c
index 7135617..8ac413a 100644
--- a/testpar/t_subfiling_vfd.c
+++ b/testpar/t_subfiling_vfd.c
@@ -514,7 +514,7 @@ test_stripe_sizes(void)
write_buf = malloc(nbytes);
VRFY(write_buf, "malloc succeeded");
- HDmemset(write_buf, 255, nbytes);
+ memset(write_buf, 255, nbytes);
c_write_buf = write_buf;
@@ -676,7 +676,7 @@ test_stripe_sizes(void)
write_buf = malloc(nbytes);
VRFY(write_buf, "malloc succeeded");
- HDmemset(write_buf, 255, nbytes);
+ memset(write_buf, 255, nbytes);
c_write_buf = write_buf;