Changeset 0442c02 in mainline for uspace/lib/libfs/libfs.c
- Timestamp:
- 2009-05-21T18:09:18Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 296ddec0
- Parents:
- 7d158097
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libfs/libfs.c
r7d158097 r0442c02 199 199 * Do not release the FS node so that it stays in memory. 200 200 */ 201 ipc_answer_0(rid, rc); 201 ipc_answer_3(rid, rc, IPC_GET_ARG1(answer), IPC_GET_ARG2(answer), 202 IPC_GET_ARG3(answer)); 202 203 } 203 204
Note:
See TracChangeset
for help on using the changeset viewer.