summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/msgqsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/msgqsend.c')
-rw-r--r--cpukit/rtems/src/msgqsend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/msgqsend.c b/cpukit/rtems/src/msgqsend.c
index 2d648e40a0..d64b06cab4 100644
--- a/cpukit/rtems/src/msgqsend.c
+++ b/cpukit/rtems/src/msgqsend.c
@@ -6,7 +6,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2007.
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -59,7 +59,7 @@ rtems_status_code rtems_message_queue_send(
size_t size
)
{
- register Message_queue_Control *the_message_queue;
+ Message_queue_Control *the_message_queue;
Objects_Locations location;
CORE_message_queue_Status status;