Changeset 26a6ed4 in mainline for kernel/generic/src/ipc/ops/concttome.c
- Timestamp:
- 2018-03-11T07:35:05Z (7 years ago)
- Children:
- bbf38ad
- Parents:
- 813fc8c
- git-author:
- Jakub Jermar <jakub@…> (2018-03-10 18:18:12)
- git-committer:
- Jakub Jermar <jakub@…> (2018-03-11 07:35:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ops/concttome.c
r813fc8c r26a6ed4 43 43 { 44 44 cap_handle_t phone_handle; 45 errno_t rc = phone_alloc(TASK, &phone_handle);45 errno_t rc = phone_alloc(TASK, true, &phone_handle, NULL); 46 46 IPC_SET_ARG5(call->data, (rc == EOK) ? phone_handle : -1); 47 47 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.