Changeset 66366470 in mainline for uspace/srv/vfs/vfs_ops.c
- Timestamp:
- 2013-07-04T18:55:31Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9dc6083
- Parents:
- d8b47eca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_ops.c
rd8b47eca r66366470 1418 1418 } 1419 1419 1420 void vfs_statfs(ipc_callid_t rid, ipc_call_t *request) 1421 { 1422 long long reply; 1423 1424 /* Get information about fs */ 1425 reply = 512; 1426 async_answer_1(rid, EOK, reply); 1427 } 1428 1420 1429 /** 1421 1430 * @}
Note:
See TracChangeset
for help on using the changeset viewer.