Changeset 3115355 in mainline for uspace/srv/vfs/vfs_open.c
- Timestamp:
- 2007-12-31T10:14:38Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27d293a
- Parents:
- badbd888
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_open.c
rbadbd888 r3115355 62 62 ipc_callid_t callid; 63 63 64 if (!ipc_data_write_receive(&callid, NULL,&size)) {64 if (!ipc_data_write_receive(&callid, &size)) { 65 65 ipc_answer_0(callid, EINVAL); 66 66 ipc_answer_0(rid, EINVAL);
Note:
See TracChangeset
for help on using the changeset viewer.