Remove unused vars.

Add missing prototypes.
This commit is contained in:
Ralf Corsepius
2009-10-25 06:25:04 +00:00
parent 147e4ac52b
commit b6912c40f8
22 changed files with 28 additions and 78 deletions

View File

@@ -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;