summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-13 05:39:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-13 05:39:27 +0000
commit26b82628252f8d9a1de9833f0421f719bc18320a (patch)
treefee251a81a4e547b3c5de3d782fe06450d84d362 /cpukit/ChangeLog
parent2007-03-13 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-26b82628252f8d9a1de9833f0421f719bc18320a.tar.bz2
2007-03-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/assocnamebad.c: Remove dead code. Use PRI* macros to fix warnings.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index aa6e998dd8..ec9db0f642 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2007-03-13 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/assocnamebad.c: Remove dead code. Use PRI* macros
+ to fix warnings.
* score/include/rtems/score/stack.h: Use size_t for stack sizes.
* score/include/rtems/score/chain.h, score/src/chain.c:
Change _Chain_Initialize to using size_t.