Changes in uspace/app/bdsh/cmds/modules/unmount/unmount.c [b7fd2a0:dd8ab1c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/unmount/unmount.c
rb7fd2a0 rdd8ab1c 57 57 { 58 58 unsigned int argc; 59 errno_t rc;59 int rc; 60 60 61 61 argc = cli_count_args(argv);
Note:
See TracChangeset
for help on using the changeset viewer.