Changeset 4b533522 in rtems for cpukit/libcsupport/src/mount.c
- Timestamp:
- 11/11/02 21:36:19 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4516274
- Parents:
- 658ad56f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/src/mount.c
r658ad56f r4b533522 77 77 { 78 78 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; 80 80 rtems_filesystem_location_info_t *loc_to_free = NULL; 81 81 size_t size;
Note: See TracChangeset
for help on using the changeset viewer.