summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-13 15:40:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-13 15:40:31 +0000
commita6b3438104bd48eaf7724a01c8fe19b7ae18f8ba (patch)
tree464da63b191c1fc4266654f74f6dc0377bc84f8c /cpukit
parentUse size_t for sizes. (diff)
downloadrtems-a6b3438104bd48eaf7724a01c8fe19b7ae18f8ba.tar.bz2
2009-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/include/rtems/bdbuf.h: Use size_t for swapout_workers. * libblock/src/bdpart.c: Add __attribute__((unused)) to suppress warnings.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4006d588e5..4b0992ab32 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,8 @@
2009-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libblock/include/rtems/bdbuf.h: Use size_t for swapout_workers.
+ * libblock/src/bdpart.c: Add __attribute__((unused)) to suppress
+ warnings.
* libblock/src/bdbuf.c: Fix broken printf formats.
Use size_t for sizes.