Changeset 75c426b4 in mainline
- Timestamp:
- 2008-02-19T21:59:52Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d1ce550
- Parents:
- f1af679
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
rf1af679 r75c426b4 392 392 } else { 393 393 int i; 394 tmpfs_dentry_t *cur = dentry->child;394 tmpfs_dentry_t *cur; 395 395 396 396 assert(dentry->type == TMPFS_DIRECTORY);
Note:
See TracChangeset
for help on using the changeset viewer.