summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/dpmemdelete.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/dpmemdelete.c')
-rw-r--r--cpukit/rtems/src/dpmemdelete.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/dpmemdelete.c b/cpukit/rtems/src/dpmemdelete.c
index 8e1f8f8909..a3ee8a0fa7 100644
--- a/cpukit/rtems/src/dpmemdelete.c
+++ b/cpukit/rtems/src/dpmemdelete.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
@@ -29,7 +29,7 @@ rtems_status_code rtems_port_delete(
rtems_id id
)
{
- register Dual_ported_memory_Control *the_port;
+ Dual_ported_memory_Control *the_port;
Objects_Locations location;
the_port = _Dual_ported_memory_Get( id, &location );