Changeset 46b881c in mainline for uspace/srv/hid/fb/main.c
- Timestamp:
- 2011-01-29T11:36:41Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0b6931a, 8add9ca5
- Parents:
- e26a4633 (diff), ffa2c8ef (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/srv/hid/fb/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/main.c
re26a4633 r46b881c 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.
