summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-01 07:44:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-01 07:44:58 +0000
commit36a150e94776d2fad24b94657390f545a4bfcaf2 (patch)
tree58e4b3775b283ea352f5997520c99172dfa06304 /cpukit/ChangeLog
parentConvert to using "bool". (diff)
downloadrtems-36a150e94776d2fad24b94657390f545a4bfcaf2.tar.bz2
2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/include/rtems/bdbuf.h, libblock/src/bdbuf.c, libblock/src/diskdevs.c, libblock/src/ide_part_table.c, libblock/src/ramdisk.c, libblock/src/show_bdbuf.c: Convert to using "bool".
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bb15ec8918..9926db606d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libblock/include/rtems/bdbuf.h, libblock/src/bdbuf.c,
+ libblock/src/diskdevs.c, libblock/src/ide_part_table.c,
+ libblock/src/ramdisk.c, libblock/src/show_bdbuf.c:
+ Convert to using "bool".
* libblock/src/nvdisk-sram.c: Add missing HAVE_CONFIG_H.
2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>