Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/redir/redir.c

    rf77c1c9 rb7fd2a0  
    6060       
    6161        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);
    6363        if (rc != EOK)
    6464                return;
     
    8282        const char **args;
    8383        task_id_t id = 0;
    84         int rc;
     84        errno_t rc;
    8585
    8686        args = (const char **) calloc(argc + 1, sizeof(char *));
Note: See TracChangeset for help on using the changeset viewer.