From c64e4ed48285a0c944905bc02de89c20038f428b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 15 Jan 1996 21:50:28 +0000 Subject: updates from Tony Bennett for PA and UNIX ports --- c/src/lib/libbsp/unix/posix/shmsupp/intr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/unix/posix/shmsupp/intr.c') diff --git a/c/src/lib/libbsp/unix/posix/shmsupp/intr.c b/c/src/lib/libbsp/unix/posix/shmsupp/intr.c index 243af403d9..845cedd36f 100644 --- a/c/src/lib/libbsp/unix/posix/shmsupp/intr.c +++ b/c/src/lib/libbsp/unix/posix/shmsupp/intr.c @@ -21,6 +21,7 @@ #include #include +#include /* pid_t */ void Shm_Cause_interrupt_unix( rtems_unsigned32 node @@ -29,5 +30,5 @@ void Shm_Cause_interrupt_unix( Shm_Interrupt_information *intr; intr = &Shm_Interrupt_table[node]; - _CPU_SHM_Send_interrupt( (int) intr->address, (int) intr->value ); + _CPU_SHM_Send_interrupt( (pid_t) intr->address, intr->value ); } -- cgit v1.2.3