forked from Imagelibrary/rtems
2008-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libblock/src/bdbuf.c: Fix typo having crept in during boolean->bool transition.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
|
* libblock/src/bdbuf.c: Fix typo having crept in during
|
||||||
|
boolean->bool transition.
|
||||||
|
|
||||||
2008-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* score/cpu/unix/cpu.c: Add prototypes, eliminate nested externs.
|
* score/cpu/unix/cpu.c: Add prototypes, eliminate nested externs.
|
||||||
|
|||||||
@@ -2197,7 +2197,7 @@ rtems_bdbuf_swapout_pool_processing (rtems_bdpool_id pid,
|
|||||||
rtems_bdbuf_buffer* bd =
|
rtems_bdbuf_buffer* bd =
|
||||||
(rtems_bdbuf_buffer*) rtems_chain_get (&transfer);
|
(rtems_bdbuf_buffer*) rtems_chain_get (&transfer);
|
||||||
|
|
||||||
bool write = true;
|
bool write = false;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If the device only accepts sequential buffers and this is not the
|
* If the device only accepts sequential buffers and this is not the
|
||||||
|
|||||||
Reference in New Issue
Block a user