Changes in uspace/app/untar/tar.c [582a0b8:b7fd2a0] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/untar/tar.c

    r582a0b8 rb7fd2a0  
    6767}
    6868
    69 int tar_header_parse(tar_header_t *parsed, const tar_header_raw_t *raw)
     69errno_t tar_header_parse(tar_header_t *parsed, const tar_header_raw_t *raw)
    7070{
    71         int rc;
     71        errno_t rc;
    7272
    7373        if (str_length(raw->filename) == 0) {
Note: See TracChangeset for help on using the changeset viewer.