Ignore:
File:
1 edited

Legend:

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

    rc1694b6b rb7fd2a0  
    8787        }
    8888       
    89         int rc = fs_register(vfs_sess, &tmpfs_vfs_info, &tmpfs_ops,
     89        errno_t rc = fs_register(vfs_sess, &tmpfs_vfs_info, &tmpfs_ops,
    9090            &tmpfs_libfs_ops);
    9191        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.