Changeset 61bc901 in mainline for uspace/srv/fs/tmpfs/tmpfs_dump.c
- Timestamp:
- 2008-08-07T21:20:54Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a61d1fc3
- Parents:
- d2c1fd5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_dump.c
rd2c1fd5 r61bc901 60 60 61 61 static bool 62 tmpfs_restore_recursion(int phone, void *block, size_t *bufpos, size_t *buflen,63 size_t *pos, tmpfs_dentry_t *parent)62 tmpfs_restore_recursion(int phone, void *block, off_t *bufpos, size_t *buflen, 63 off_t *pos, tmpfs_dentry_t *parent) 64 64 { 65 65 struct rdentry entry; … … 183 183 goto error; 184 184 185 size_t bufpos = 0;185 off_t bufpos = 0; 186 186 size_t buflen = 0; 187 size_t pos = 0;187 off_t pos = 0; 188 188 189 189 char tag[6];
Note:
See TracChangeset
for help on using the changeset viewer.