summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-22 16:48:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-22 16:48:41 +0000
commit2ad5753419156c16eeea45fc5c10afeb9d4bdd62 (patch)
tree71e0d2f1a74cd59ddbdc823ad3471cfd73269cb6 /cpukit/ChangeLog
parent2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2ad5753419156c16eeea45fc5c10afeb9d4bdd62.tar.bz2
2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/fts.c: Cast to uintptr_t instead of long for better 16bit target compliance.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d668860b53..50e3193d7d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libmisc/shell/fts.c: Cast to uintptr_t instead of long for better
+ 16bit target compliance.
+
+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".