summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-13 15:12:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-13 15:12:53 +0000
commit787519fb7c5c5a7b86bd2cbe8f3fa1c68743dc7f (patch)
treec9d8122df19dccd77be5590e007668fcae64bc6a /cpukit/ChangeLog
parent2009-11-13 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-787519fb7c5c5a7b86bd2cbe8f3fa1c68743dc7f.tar.bz2
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).
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>