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-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libfs/src/nfsclient/Makefile.am: Remove RTEMS_RELLDFLAGS.
|
||||
|
||||
@@ -2197,7 +2197,7 @@ rtems_bdbuf_swapout_pool_processing (rtems_bdpool_id pid,
|
||||
rtems_bdbuf_buffer* bd =
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user