summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-04-10 07:32:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-04-10 07:32:13 +0000
commita89c96399ecbcb4cf15b7dbc35c6c78f261eb4fa (patch)
treef3bc9857ded773b9a76fb6afee14dc95e66ae4a7 /cpukit/ChangeLog
parent2010-04-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a89c96399ecbcb4cf15b7dbc35c6c78f261eb4fa.tar.bz2
2010-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/stackchk/check.c: Remove bogus casts. Use PRIxPTR to printk pointers.
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 c5990fb790..0d2c03af94 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libmisc/stackchk/check.c: Remove bogus casts.
+ Use PRIxPTR to printk pointers.
+
2010-04-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libblock/src/blkdev.c: Fixed disk delete.