summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/mrfs_support/fs_support.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/mrfs_support/fs_support.c')
-rw-r--r--testsuites/fstests/mrfs_support/fs_support.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/fstests/mrfs_support/fs_support.c b/testsuites/fstests/mrfs_support/fs_support.c
index a045d312e9..ca779aa3fd 100644
--- a/testsuites/fstests/mrfs_support/fs_support.c
+++ b/testsuites/fstests/mrfs_support/fs_support.c
@@ -26,7 +26,7 @@
#define BLOCK_SIZE (512)
-rtems_rfs_format_config config = {
+rtems_rfs_format_config rfs_config = {
block_size:BLOCK_SIZE
};
@@ -40,7 +40,7 @@ test_initialize_filesystem (void)
init_ramdisk ();
- rc = rtems_rfs_format (RAMDISK_PATH, &config);
+ rc = rtems_rfs_format (RAMDISK_PATH, &rfs_config);
rtems_test_assert (rc == 0);
rc = mount (RAMDISK_PATH,