Changeset b33870b in mainline for uspace/lib/fs/libfs.c
- Timestamp:
- 2011-09-06T09:44:02Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7e9fce6
- Parents:
- 80a96d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fs/libfs.c
r80a96d2 rb33870b 837 837 stat.is_directory = ops->is_directory(fn); 838 838 stat.size = ops->size_get(fn); 839 stat.service = ops-> device_get(fn);839 stat.service = ops->service_get(fn); 840 840 841 841 ops->node_put(fn);
Note:
See TracChangeset
for help on using the changeset viewer.