Changeset 81b430a in mainline for uspace/srv/fs/tmpfs/tmpfs_dump.c
- Timestamp:
- 2009-05-27T19:10:09Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1e48aca1
- Parents:
- ad8fc510
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_dump.c
rad8fc510 r81b430a 55 55 56 56 static bool 57 tmpfs_restore_recursion( int dev, off_t *bufpos, size_t *buflen, off_t *pos,58 fs_node_t *pfn)57 tmpfs_restore_recursion(dev_handle_t dev, off_t *bufpos, size_t *buflen, 58 off_t *pos, fs_node_t *pfn) 59 59 { 60 60 struct rdentry entry;
Note:
See TracChangeset
for help on using the changeset viewer.