Changeset 286286c in mainline for uspace/app
- Timestamp:
- 2011-09-23T15:56:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1ab4aca, 6fe0bf8d
- Parents:
- 4979403
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mount/mount.c
r4979403 r286286c 107 107 if (rc != EOK) { 108 108 printf("Unable to mount %s filesystem to %s on %s (rc=%d)\n", 109 109 t_argv[1], t_argv[2], t_argv[3], rc); 110 110 return CMD_FAILURE; 111 111 }
Note:
See TracChangeset
for help on using the changeset viewer.