From: Kees van Reeuwijk Date: Sat, 26 Jun 2010 21:13:36 +0000 (+0000) Subject: Fixed a type declaration inconsistency. X-Git-Tag: v3.1.8~336 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch04.html?a=commitdiff_plain;h=5eb6f6e922985a98360f6ff5b57fcecf261f6908;p=minix.git Fixed a type declaration inconsistency. --- diff --git a/kernel/proc.c b/kernel/proc.c index 64272f6d6..ab66ef98b 100644 --- a/kernel/proc.c +++ b/kernel/proc.c @@ -609,7 +609,7 @@ PUBLIC int mini_send( * mini_receive * *===========================================================================*/ PRIVATE int mini_receive(struct proc * caller_ptr, - int src_e, /* which message source is wanted */ + endpoint_t src_e, /* which message source is wanted */ message * m_buff_usr, /* pointer to message buffer */ const int flags) {