summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-20 11:58:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-20 11:58:54 +0000
commit050adc2712d2b78697fed19d0312f94971402cd0 (patch)
tree4961ac2b48650e5b126c0c5a6371ea6cd86e6e78 /cpukit/ChangeLog
parent2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-050adc2712d2b78697fed19d0312f94971402cd0.tar.bz2
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/rbtree.h (_RBTree_Container_of): Use offsetof. Don't cast to size_t. Include <stddef.h>.
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 c583618f9c..8281b6cfb9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * score/include/rtems/score/rbtree.h (_RBTree_Container_of):
+ Use offsetof. Don't cast to size_t. Include <stddef.h>.
* libnetworking/libc/res_mkupdate.c (res_mkupdate):
Remove unused var "sp1".
* libfs/src/dosfs/msdos_file.c (msdos_file_datasync):