summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/tasksetnote.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/tasksetnote.c')
-rw-r--r--cpukit/rtems/src/tasksetnote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/tasksetnote.c b/cpukit/rtems/src/tasksetnote.c
index 9aa8a08322..9ac5a34ac6 100644
--- a/cpukit/rtems/src/tasksetnote.c
+++ b/cpukit/rtems/src/tasksetnote.c
@@ -6,7 +6,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2009.
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -28,7 +28,7 @@ rtems_status_code rtems_task_set_note(
uint32_t note
)
{
- register Thread_Control *the_thread;
+ Thread_Control *the_thread;
Objects_Locations location;
RTEMS_API_Control *api;
Thread_Control *executing;