Changeset d8634a79 in mainline
- Timestamp:
- 2011-08-02T20:23:04Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6f60727
- Parents:
- f6641d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_ops.c
rf6641d2 rd8634a79 1078 1078 } 1079 1079 1080 void exfat_stat(ipc_callid_t rid, ipc_call_t *request) 1081 { 1082 libfs_stat(&exfat_libfs_ops, exfat_reg.fs_handle, rid, request); 1083 } 1084 1080 1085 /** 1081 1086 * @}
Note:
See TracChangeset
for help on using the changeset viewer.