Changeset a6fc88a in mainline for uspace/app/sysinst/futil.c
- Timestamp:
- 2017-04-03T21:15:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 8fe46a0
- Parents:
- ea4a3f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sysinst/futil.c
rea4a3f0 ra6fc88a 128 128 } else if (s.is_directory) { 129 129 printf("Create directory '%s'\n", destp); 130 rc = vfs_link_path(destp, KIND_DIRECTORY );130 rc = vfs_link_path(destp, KIND_DIRECTORY, NULL); 131 131 if (rc != EOK) 132 132 return EIO;
Note:
See TracChangeset
for help on using the changeset viewer.