Changeset 6b8e5b74 in mainline for uspace/app/bdsh
- Timestamp:
- 2011-11-05T23:08:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6f9ef87a
- Parents:
- 7e8403b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mount/mount.c
r7e8403b r6b8e5b74 84 84 printf("opts=%s ", mtab_ent->opts); 85 85 86 printf("(instance=%d, flags=%d, fs_handle=%d)\n",87 mtab_ent->instance, mtab_ent-> flags, mtab_ent->fs_handle);86 printf("(instance=%d, service_id=%" PRIu64 ")\n", 87 mtab_ent->instance, mtab_ent->service_id); 88 88 } 89 89
Note:
See TracChangeset
for help on using the changeset viewer.