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

@@ -325,7 +325,7 @@ void make_multiple_links(
}
void make_too_many_links()
void make_too_many_links(void)
{
int i;
int status;
@@ -379,7 +379,7 @@ void make_a_symlink(
assert( !status );
}
void make_multiple_symlinks()
void make_multiple_symlinks(void)
{
int status;
@@ -467,7 +467,7 @@ void make_multiple_directories(
*/
void Cause_faults()
void Cause_faults(void)
{
int fd;
int status;
@@ -711,7 +711,7 @@ void Cause_faults()
}
void Show_Time()
void Show_Time(void)
{
rtems_time_of_day time;
rtems_status_code status;