summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/show_bdbuf.c
diff options
context:
space:
mode:
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