Changeset c8b9f88 in mainline
- Timestamp:
- 2009-06-04T11:54:02Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1035437
- Parents:
- 99272a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/console/console.c
r99272a3 rc8b9f88 529 529 pending_input_t *pr = (pending_input_t *) malloc(sizeof(pending_input_t)); 530 530 if (!pr) { 531 ipc_answer_0(callid, ENOMEM); 531 532 ipc_answer_0(rid, ENOMEM); 532 533 free(buf);
Note:
See TracChangeset
for help on using the changeset viewer.