Changeset f49b0ea in mainline for uspace/srv/vfs/vfs_lookup.c
- Timestamp:
- 2008-06-06T15:16:41Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cde485d
- Parents:
- f86c184
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_lookup.c
rf86c184 rf49b0ea 73 73 root = altroot; 74 74 else 75 root = (vfs_pair_t *)&rootfs;75 root = &rootfs; 76 76 77 77 if (!root->fs_handle)
Note:
See TracChangeset
for help on using the changeset viewer.