Changes in uspace/lib/c/generic/devmap.c [124c061:9476f4f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/devmap.c
r124c061 r9476f4f 116 116 async_set_client_connection(conn); 117 117 118 ipc_connect_to_me(phone, 0, 0, 0, NULL, NULL); 118 sysarg_t callback_phonehash; 119 ipc_connect_to_me(phone, 0, 0, 0, &callback_phonehash); 119 120 async_wait_for(req, &retval); 120 121
Note:
See TracChangeset
for help on using the changeset viewer.