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