Changeset 4b533522 in rtems


Ignore:
Timestamp:
11/11/02 21:36:19 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
45162744
Parents:
658ad56f
Message:

2002-11-07 <strauman@…>

  • src/mount.c: Per PR297, correct fs_mountme failure paths.
Location:
cpukit/libcsupport
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libcsupport/ChangeLog

    r658ad56f r4b533522  
     12002-11-07      <strauman@slac.stanford.edu>
     2
     3        * src/mount.c: Per PR297, correct fs_mountme failure paths.
     4
    152002-11-01      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/libcsupport/src/mount.c

    r658ad56f r4b533522  
    7777{
    7878  rtems_filesystem_location_info_t      loc;
    79   rtems_filesystem_mount_table_entry_t *temp_mt_entry;
     79  rtems_filesystem_mount_table_entry_t *temp_mt_entry = NULL;
    8080  rtems_filesystem_location_info_t     *loc_to_free = NULL;
    8181  size_t size;
Note: See TracChangeset for help on using the changeset viewer.