Changeset a6fc88a in mainline for uspace/app/untar/main.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/untar/main.c
rea4a3f0 ra6fc88a 105 105 int rc; 106 106 107 rc = vfs_link_path(header->filename, KIND_DIRECTORY );107 rc = vfs_link_path(header->filename, KIND_DIRECTORY, NULL); 108 108 if (rc != EOK) { 109 109 if (rc != EEXIST) {
Note:
See TracChangeset
for help on using the changeset viewer.