Changeset b7fd2a0 in mainline for uspace/srv/fs/tmpfs/tmpfs_dump.c
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_dump.c
r36f0738 rb7fd2a0 63 63 struct rdentry entry; 64 64 libfs_ops_t *ops = &tmpfs_libfs_ops; 65 int rc;65 errno_t rc; 66 66 67 67 do { … … 168 168 libfs_ops_t *ops = &tmpfs_libfs_ops; 169 169 fs_node_t *fn; 170 int rc;170 errno_t rc; 171 171 172 172 rc = block_init(dsid, TMPFS_COMM_SIZE);
Note:
See TracChangeset
for help on using the changeset viewer.