Changeset b74959bd in mainline for uspace/srv/fb/main.c
- Timestamp:
- 2007-11-20T21:33:32Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8498915
- Parents:
- 3209923
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fb/main.c
r3209923 rb74959bd 45 45 46 46 dest = as_get_mappable_page(IPC_GET_ARG2(*call)); 47 if (ipc_answer_ fast(callid, 0, (sysarg_t) dest, 0) == 0) {47 if (ipc_answer_1(callid, EOK, (sysarg_t) dest) == 0) { 48 48 if (*area) 49 49 as_area_destroy(*area);
Note:
See TracChangeset
for help on using the changeset viewer.