summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/regionreturnsegment.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/regionreturnsegment.c')
-rw-r--r--cpukit/rtems/src/regionreturnsegment.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/regionreturnsegment.c b/cpukit/rtems/src/regionreturnsegment.c
index 15ec7188e5..b4332a051a 100644
--- a/cpukit/rtems/src/regionreturnsegment.c
+++ b/cpukit/rtems/src/regionreturnsegment.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
@@ -45,7 +45,7 @@ rtems_status_code rtems_region_return_segment(
uint32_t size;
#endif
int status;
- register Region_Control *the_region;
+ Region_Control *the_region;
_RTEMS_Lock_allocator();