From c4b8161d88ed4f2a06e37b7473c44580467b64ab Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 21 Feb 1996 14:37:32 +0000 Subject: MPCI Receive became a thread and the prototype changed. --- c/src/optman/rtems/no-mp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'c/src/optman') diff --git a/c/src/optman/rtems/no-mp.c b/c/src/optman/rtems/no-mp.c index 4d2c63d5d5..21024acf89 100644 --- a/c/src/optman/rtems/no-mp.c +++ b/c/src/optman/rtems/no-mp.c @@ -100,7 +100,9 @@ Thread_Control *_MPCI_Process_response ( return NULL; } -void _MPCI_Receive_server( void ) +Thread _MPCI_Receive_server( + unsigned32 ignore +) { } -- cgit v1.2.3