Changes in uspace/app/bdsh/cmds/modules/mount/mount.c [9d58539:feeac0d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mount/mount.c
r9d58539 rfeeac0d 74 74 get_mtab_list(&mtab_list); 75 75 76 list_foreach(mtab_list, cur) { 77 mtab_ent_t *mtab_ent = list_get_instance(cur, mtab_ent_t, 78 link); 79 76 list_foreach(mtab_list, link, mtab_ent_t, mtab_ent) { 80 77 if (old_ent) 81 78 free(old_ent);
Note:
See TracChangeset
for help on using the changeset viewer.