Changeset 93165be in mainline for generic/src/ipc/sysipc.c
- Timestamp:
- 2006-03-16T23:54:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5fceec7
- Parents:
- ff14c520
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/ipc/sysipc.c
rff14c520 r93165be 165 165 /* If the users accepted call, connect */ 166 166 if (!IPC_GET_RETVAL(answer->data)) { 167 printf("Connecting Phone %P\n",IPC_GET_ARG3(*olddata));168 167 ipc_phone_connect((phone_t *)IPC_GET_ARG3(*olddata), 169 168 &TASK->answerbox);
Note:
See TracChangeset
for help on using the changeset viewer.