summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxreaddir/test.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 06:25:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 06:25:04 +0000
commitb6912c40f8ec9c74a51d136da78e449033be7e14 (patch)
treef98507a4925c87ff5b2323f7ebc87f6bff5286c6 /testsuites/psxtests/psxreaddir/test.c
parent2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b6912c40f8ec9c74a51d136da78e449033be7e14.tar.bz2
Remove unused vars.
Add missing prototypes.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxreaddir/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxreaddir/test.c b/testsuites/psxtests/psxreaddir/test.c
index 972fab9a64..9d187e57fe 100644
--- a/testsuites/psxtests/psxreaddir/test.c
+++ b/testsuites/psxtests/psxreaddir/test.c
@@ -182,7 +182,7 @@ int compare_descending( const struct dirent **a, const struct dirent **b )
return i;
}
-void test_across_mount()
+void test_across_mount(void)
{
rtems_filesystem_mount_table_entry_t *mt_entry;
int status;