summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-19 04:54:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-19 04:54:12 +0000
commit0247c6ce2264db927ae8388869b063c004339195 (patch)
treecba3c5f47fd4d58a902387bc467f50556e157e6e /cpukit/ChangeLog
parentCosmetics. (diff)
downloadrtems-0247c6ce2264db927ae8388869b063c004339195.tar.bz2
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* libfs/src/dosfs/fat.c (fat_init_volume_info): Reflect fs_info->sec_buf being a uint8_t.
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 091054b497..ac69cefa25 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * libfs/src/dosfs/fat.c (fat_init_volume_info): Reflect
+ fs_info->sec_buf being a uint8_t.
+
+2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* libfs/src/dosfs/msdos_misc.c
(msdos_get_dotdot_dir_info_cluster_num_and_offset):
Remove cur_node (Unused).