summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-22 16:46:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-22 16:46:59 +0000
commiteb5cd5b8b9cb8eea3166cc1ccffff54b5bd5e003 (patch)
tree1a0f08815928c57c7447f5ccc66d85b5e7d38bd1 /cpukit/ChangeLog
parent2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-eb5cd5b8b9cb8eea3166cc1ccffff54b5bd5e003.tar.bz2
2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/rfs/rtems-rfs-bitmaps-ut.c: Use "16 bit int" arg in call to srand if "32 bit int" doesn't fit into "int".
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 2bdc27cac4..d668860b53 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libfs/src/rfs/rtems-rfs-bitmaps-ut.c: Use "16 bit int" arg
+ in call to srand if "32 bit int" doesn't fit into "int".
+
+2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libblock/src/flashdisk.c, libblock/src/nvdisk.c:
Cast argp to uintptr_t temporary instead of uint32_t temporary
(Avoid incompatible pointer casts on 16bit targets).