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

@@ -49,7 +49,7 @@ int sys_schedule(syscall_context_t *regs)
return 0;
}
int sys_space_control(struct syscall_args *regs)
int sys_space_control(syscall_context_t *regs)
{
return -ENOSYS;
}