Cleaned up all compile errors.

This commit is contained in:
Bahadir Balban
2008-08-25 16:59:00 +03:00
parent cdfaa4bbe9
commit 476bac5142
19 changed files with 99 additions and 80 deletions

View File

@@ -65,7 +65,7 @@ void update_system_time(void)
}
/* Read system time */
int sys_time(struct syscall_args *args)
int sys_time(syscall_context_t *args)
{
struct timeval *tv = (struct timeval *)args->r0;
int set = (int)args->r1;