summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/partreturnbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/partreturnbuffer.c')
-rw-r--r--cpukit/rtems/src/partreturnbuffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/partreturnbuffer.c b/cpukit/rtems/src/partreturnbuffer.c
index 2acd9ad62d..d76184e156 100644
--- a/cpukit/rtems/src/partreturnbuffer.c
+++ b/cpukit/rtems/src/partreturnbuffer.c
@@ -2,7 +2,7 @@
* Partition Manager
*
*
- * COPYRIGHT (c) 1989-2007.
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -41,7 +41,7 @@ rtems_status_code rtems_partition_return_buffer(
void *buffer
)
{
- register Partition_Control *the_partition;
+ Partition_Control *the_partition;
Objects_Locations location;
the_partition = _Partition_Get( id, &location );