Changeset 46577995 in mainline for uspace/app/redir/redir.c
- Timestamp:
- 2018-01-04T20:50:52Z (7 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/redir/redir.c
rfacacc71 r46577995 60 60 61 61 int oldfd; 62 int rc = vfs_lookup_open(path, WALK_REGULAR | flags, mode, &oldfd);62 errno_t rc = vfs_lookup_open(path, WALK_REGULAR | flags, mode, &oldfd); 63 63 if (rc != EOK) 64 64 return; … … 82 82 const char **args; 83 83 task_id_t id = 0; 84 int rc;84 errno_t rc; 85 85 86 86 args = (const char **) calloc(argc + 1, sizeof(char *));
Note:
See TracChangeset
for help on using the changeset viewer.