]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-patches/applied/rtems-dosfs-fix1.patch
Lower resources demands of OMK LwIP test fit in internal eSRAM for such TMS570 link...
[rtems-devel.git] / rtems-patches / applied / rtems-dosfs-fix1.patch
1 Index: rtems-051009/cpukit/libfs/src/dosfs/msdos_misc.c
2 ===================================================================
3 --- rtems.orig/cpukit/libfs/src/dosfs/msdos_misc.c
4 +++ rtems/cpukit/libfs/src/dosfs/msdos_misc.c
5 @@ -252,7 +252,7 @@ msdos_find_name(
6   *     error occured (errno set apropriately)
7   *
8   */
9 -int
10 +msdos_status_t
11  msdos_get_name_node(
12      rtems_filesystem_location_info_t *parent_loc,
13      char                             *name,
14 @@ -762,7 +762,7 @@ msdos_dir_is_empty(
15   *     appropriately)
16   *
17   */
18 -int
19 +msdos_status_t
20  msdos_find_name_in_fat_file(
21      rtems_filesystem_mount_table_entry_t *mt_entry,
22      fat_file_fd_t                        *fat_fd,
23 @@ -880,7 +880,7 @@ msdos_find_name_in_fat_file(
24   *     RC_OK on success, or error code if error occured
25   *
26   */
27 -int
28 +msdos_status_t
29  msdos_find_node_by_cluster_num_in_fat_file(
30      rtems_filesystem_mount_table_entry_t *mt_entry,
31      fat_file_fd_t                        *fat_fd,