Changeset 8ffedd8 in mainline for uspace/app/bdsh/cmds/modules/mount/mount.c
- Timestamp:
- 2017-03-16T16:50:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a2b765
- Parents:
- 35b7d86e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mount/mount.c
r35b7d86e r8ffedd8 83 83 84 84 printf("%s", mtab_ent->fs_name); 85 if (mtab_ent->instance)86 printf("/%d", mtab_ent->instance);87 85 88 86 printf(" %s", mtab_ent->mp); … … 95 93 printf(" (%" PRIun ")", mtab_ent->service_id); 96 94 } 97 98 if (str_size(mtab_ent->opts) > 0)99 printf(" (%s)", mtab_ent->opts);100 95 101 96 putchar('\n');
Note:
See TracChangeset
for help on using the changeset viewer.