Changes in uspace/srv/fs/tmpfs/tmpfs_dump.c [b7fd2a0:8d2dd7f2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_dump.c
rb7fd2a0 r8d2dd7f2 63 63 struct rdentry entry; 64 64 libfs_ops_t *ops = &tmpfs_libfs_ops; 65 errno_t rc;65 int rc; 66 66 67 67 do { … … 168 168 libfs_ops_t *ops = &tmpfs_libfs_ops; 169 169 fs_node_t *fn; 170 errno_t rc;170 int rc; 171 171 172 172 rc = block_init(dsid, TMPFS_COMM_SIZE);
Note:
See TracChangeset
for help on using the changeset viewer.