summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-08 12:35:20 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-08 12:35:20 +0000
commitb67f5bfb9146fddecbabf5bd85cee09f1de14e2d (patch)
tree28e640293dcc4fb373c2de496366247af43e2733 /c/src/exec
parent_MPCI_Register_packet_processor: Changed prototype of fist parameter name to ... (diff)
downloadrtems-b67f5bfb9146fddecbabf5bd85cee09f1de14e2d.tar.bz2
_MPCI_Register_packet_processor: changed protoype first parameter type to MP_packet_Classes
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/rtems/optman/no-mp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/optman/no-mp.c b/c/src/exec/rtems/optman/no-mp.c
index f6adc53c76..e2de70e72c 100644
--- a/c/src/exec/rtems/optman/no-mp.c
+++ b/c/src/exec/rtems/optman/no-mp.c
@@ -57,7 +57,7 @@ void _MPCI_Initialization ( void )
}
void _MPCI_Register_packet_processor(
- Objects_Classes the_class,
+ MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor
)