From b6912c40f8ec9c74a51d136da78e449033be7e14 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 25 Oct 2009 06:25:04 +0000 Subject: Remove unused vars. Add missing prototypes. --- testsuites/psxtests/psxreaddir/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxreaddir/test.c') 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; -- cgit v1.2.3