Changes in uspace/srv/fs/tmpfs/tmpfs_dump.c [8d2dd7f2:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_dump.c
r8d2dd7f2 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.