Changeset ffa2c8ef in mainline for uspace/srv/hid/fb/main.c
- Timestamp:
- 2011-01-29T11:36:08Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46b881c
- Parents:
- 64d2b10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/main.c
r64d2b10 rffa2c8ef 27 27 */ 28 28 29 #include <ipc/ipc.h>30 29 #include <ipc/services.h> 31 30 #include <ipc/ns.h> … … 52 51 53 52 dest = as_get_mappable_page(IPC_GET_ARG2(*call)); 54 if ( ipc_answer_1(callid, EOK, (sysarg_t) dest) == 0) {53 if (async_answer_1(callid, EOK, (sysarg_t) dest) == 0) { 55 54 if (*area) 56 55 as_area_destroy(*area);
Note:
See TracChangeset
for help on using the changeset viewer.