Fixed some inconsistent strict typing declarations.

Better strict typing.
This commit is contained in:
Kees van Reeuwijk
2010-05-25 07:23:24 +00:00
parent 2a8961cdac
commit ac14a989b3
9 changed files with 11 additions and 9 deletions

View File

@@ -260,7 +260,7 @@ EXTERN struct proc proc[NR_TASKS + NR_PROCS]; /* process table */
EXTERN struct proc *rdy_head[NR_SCHED_QUEUES]; /* ptrs to ready list headers */
EXTERN struct proc *rdy_tail[NR_SCHED_QUEUES]; /* ptrs to ready list tails */
_PROTOTYPE( int mini_send, (struct proc *caller_ptr, int dst_e,
_PROTOTYPE( int mini_send, (struct proc *caller_ptr, endpoint_t dst_e,
message *m_ptr, int flags));
#endif /* __ASSEMBLY__ */