Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs_dump.c

    r8d2dd7f2 rb7fd2a0  
    6363        struct rdentry entry;
    6464        libfs_ops_t *ops = &tmpfs_libfs_ops;
    65         int rc;
     65        errno_t rc;
    6666       
    6767        do {
     
    168168        libfs_ops_t *ops = &tmpfs_libfs_ops;
    169169        fs_node_t *fn;
    170         int rc;
     170        errno_t rc;
    171171
    172172        rc = block_init(dsid, TMPFS_COMM_SIZE);
Note: See TracChangeset for help on using the changeset viewer.