summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-09 14:44:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-09 14:44:07 +0000
commit8c5d37434002993b30d7c81912db5748cab20ebb (patch)
tree57b5363c0b3fff009156dfe9da54b8728259a947 /cpukit/ChangeLog
parent2008-12-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8c5d37434002993b30d7c81912db5748cab20ebb.tar.bz2
2008-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libblock/src/bdbuf.c: Fix typo having crept in during boolean->bool transition.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c590e21f84..2a4e3ee967 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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>
* score/cpu/unix/cpu.c: Add prototypes, eliminate nested externs.