Changeset f58af46 in mainline for generic/src/ipc/sysipc.c
- Timestamp:
- 2006-05-05T15:14:34Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c6c59ccd
- Parents:
- e8194664
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/ipc/sysipc.c
re8194664 rf58af46 309 309 call = ipc_call_alloc(0); 310 310 rc = copy_from_uspace(&call->data.args, &data->args, sizeof(call->data.args)); 311 if (rc != 0) 311 if (rc != 0) { 312 ipc_call_free(call); 312 313 return (__native) rc; 314 } 313 315 if (!(res=request_preprocess(call))) 314 316 ipc_call(phone, call);
Note:
See TracChangeset
for help on using the changeset viewer.