summaryrefslogtreecommitdiffstats
path: root/cpukit/score/macros/rtems/score/chain.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/macros/rtems/score/chain.inl')
-rw-r--r--cpukit/score/macros/rtems/score/chain.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/macros/rtems/score/chain.inl b/cpukit/score/macros/rtems/score/chain.inl
index a53b3fc270..3e17c46bfa 100644
--- a/cpukit/score/macros/rtems/score/chain.inl
+++ b/cpukit/score/macros/rtems/score/chain.inl
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * chain.inl,v 1.2 1995/05/31 16:48:59 joel Exp
*/
#ifndef __MACROS_CHAIN_h
@@ -145,7 +145,7 @@
#define _Chain_Get_unprotected( _the_chain ) \
(( !_Chain_Is_empty( (_the_chain) ) ) \
- ? _Chain_Get_unprotected( (_the_chain) ) \
+ ? _Chain_Get_first_unprotected( (_the_chain) ) \
: NULL)
/*PAGE