summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-05 15:36:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-05 15:36:29 +0000
commitbeec7fde8ef84b501a53bed14f73ebc969fda160 (patch)
treedea6570c0247ea557b3e9198b28a5481ff59e266 /cpukit
parentEnable RTS/CTS flow-control pins. (diff)
downloadrtems-beec7fde8ef84b501a53bed14f73ebc969fda160.tar.bz2
2007-02-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/coremsg.h: Use size_t for sizes. * score/src/coremsgbroadcast.c: Use size_t for sizes. * score/src/coremsgsubmit.c: Use size_t for sizes.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d1e36a12f6..5caafab6a8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * score/include/rtems/score/coremsg.h: Use size_t for sizes.
+ * score/src/coremsgbroadcast.c: Use size_t for sizes.
+ * score/src/coremsgsubmit.c: Use size_t for sizes.
+
2007-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/show_bdbuf.c: Use inttypes.h macros.