On 29.11.2013 22:53:56, Marin Ramesa wrote: > * ipc/ipc_kmsg.c (copyinmap, copyoutmap, ipc_msg_print): Remove > forward declarations. > * ipc/ipc_kmsg.h (ipc_msg_print): Add prototype.
I just noticed this, the prototype for ipc_msg_print() is a duplicate - it's already declared in ipc/icp_print.h. So it's enough just to remove forward declarations.