Changeset bc50fc42 in mainline
- Timestamp:
- 2007-11-19T16:45:38Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3209923
- Parents:
- 0c09f2b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
r0c09f2b rbc50fc42 369 369 phone_t *phone; 370 370 int res; 371 int rc; 371 372 372 373 GET_CHECK_PHONE(phone, phoneid, return ENOENT); … … 384 385 IPC_SET_RETVAL(call.data, res); 385 386 } 386 STRUCT_TO_USPACE(&data->args, &call.data.args); 387 rc = STRUCT_TO_USPACE(&data->args, &call.data.args); 388 if (rc != 0) 389 return rc; 387 390 388 391 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.