Changeset 5a6cc679 in mainline for uspace/srv/fs/tmpfs/tmpfs.c
- Timestamp:
- 2018-01-31T02:21:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.c
r132ab5d1 r5a6cc679 87 87 } 88 88 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, 90 90 &tmpfs_libfs_ops); 91 91 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.