summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-13 15:29:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-13 15:29:45 +0000
commit253c3a1d2153ba173f83f2d0f66ccf43fbd353af (patch)
tree8a69cbde16151896397a54b9632782ba6a89041a /cpukit/ChangeLog
parentEnable interrupts during open to avoid NULL pointer access in interrupt handler. (diff)
downloadrtems-253c3a1d2153ba173f83f2d0f66ccf43fbd353af.tar.bz2
2009-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/bdbuf.c: Fix broken printf formats. Use size_t for sizes.
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 73b3ade5d5..4006d588e5 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libblock/src/bdbuf.c: Fix broken printf formats.
+ Use size_t for sizes.
+
2009-10-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/interr.h: Introduce Internal_errors_t.