summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-12-02 19:14:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-12-02 19:14:27 +0000
commita36e98889ff0c3f8b25eb9c3f41790a8ec224175 (patch)
tree3ff8cee6b6fa648564206fde87dbb8baff356f69 /cpukit/libfs/ChangeLog
parent2002-12-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a36e98889ff0c3f8b25eb9c3f41790a8ec224175.tar.bz2
2002-12-02 Joel Sherrill <joel@OARcorp.com>
* src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings on 16 bit targets like the h8300.
Diffstat (limited to '')
-rw-r--r--cpukit/libfs/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index a4195bc0d1..c29bb90d7e 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-02 Joel Sherrill <joel@OARcorp.com>
+
+ * src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings
+ on 16 bit targets like the h8300.
+
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Cosmetical fixes.