Changeset 36d852c in mainline for uspace/lib/libfs/libfs.c
- Timestamp:
- 2007-12-23T19:45:30Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 654b7db
- Parents:
- 5c786d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libfs/libfs.c
r5c786d1 r36d852c 72 72 * Send our VFS info structure to VFS. 73 73 */ 74 int rc = ipc_data_ send(vfs_phone, info, sizeof(*info));74 int rc = ipc_data_write_send(vfs_phone, info, sizeof(*info)); 75 75 if (rc != EOK) { 76 76 async_wait_for(req, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.