summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxreaddir/test.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-05-29 19:07:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-05-29 19:07:59 +0000
commit7b64b25b1940813e7252f394d4ac2f720abc1208 (patch)
tree0e05e632506a20b5b8ff970790b238a224f0ac7c /testsuites/psxtests/psxreaddir/test.c
parent2003-05-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7b64b25b1940813e7252f394d4ac2f720abc1208.tar.bz2
2003-05-29 Joel Sherrill <joel@OARcorp.com>
* psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c, psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c, psxtimer/psxtimer.c: Removed warnings.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxreaddir/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxreaddir/test.c b/testsuites/psxtests/psxreaddir/test.c
index f8615dc578..d5d6015367 100644
--- a/testsuites/psxtests/psxreaddir/test.c
+++ b/testsuites/psxtests/psxreaddir/test.c
@@ -156,7 +156,7 @@ int select2 ( struct dirent *entry )
return 0;
}
-int compare_ascending( struct dirent **a, struct dirent **b )
+int compare_ascending(const struct dirent **a, const struct dirent **b )
{
int i;
@@ -180,7 +180,7 @@ int compare_descending( struct dirent **a, struct dirent **b )
return i;
}
-int test_across_mount()
+void test_across_mount()
{
rtems_filesystem_mount_table_entry_t *mt_entry;
int status;