Changes in uspace/srv/fs/tmpfs/tmpfs.c [b7fd2a0:c1694b6b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.c
rb7fd2a0 rc1694b6b 87 87 } 88 88 89 errno_t rc = fs_register(vfs_sess, &tmpfs_vfs_info, &tmpfs_ops,89 int rc = fs_register(vfs_sess, &tmpfs_vfs_info, &tmpfs_ops, 90 90 &tmpfs_libfs_ops); 91 91 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.