Ignore:
File:
1 edited

Legend:

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

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