summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/show_bdbuf.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-01-20 08:16:15 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-01-20 08:16:15 +0000
commit61380a5451e089ae5a725348ab6bfd007b5b82f8 (patch)
tree9b6ab282e330ef00a88223cd0fbd27ab9a774bd5 /cpukit/libblock/src/show_bdbuf.c
parent2011-01-19 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-61380a5451e089ae5a725348ab6bfd007b5b82f8.tar.bz2
2011-01-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libblock/src/show_bdbuf.c, score/src/objectmp.c: Avoid chain API violations.
Diffstat (limited to 'cpukit/libblock/src/show_bdbuf.c')
-rw-r--r--cpukit/libblock/src/show_bdbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libblock/src/show_bdbuf.c b/cpukit/libblock/src/show_bdbuf.c
index fe8e4d23c9..74ff9922aa 100644
--- a/cpukit/libblock/src/show_bdbuf.c
+++ b/cpukit/libblock/src/show_bdbuf.c
@@ -554,7 +554,7 @@ rtems_status_code rtems_show_bdbuf_print_wait_chain
*/
if (rc == RTEMS_SUCCESSFUL) {
the_chain_head = &(the_bdbuf->transfer_sema.Wait_queue.Queues.Fifo);
- the_chain_node = the_chain_head->first;
+ the_chain_node = _Chain_First(the_chain_head);
}
/*
* walk through thread chain