summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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 5d204a4e9c..f7a217f361 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-11-13 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libmisc/capture/capture-cli.c: Cast pointer to intptr_t to
+ print it (Casting to int32_t is wrong).
+
+2009-11-13 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* telnetd/telnetd.c (telnetd_dflt_spawn): Adjust prototype.
2009-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>