Changes in uspace/lib/net/il/il_skel.c [124c061:014dd57b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/il/il_skel.c
r124c061 r014dd57b 115 115 goto out; 116 116 117 rc = ipc_connect_to_me(PHONE_NS, service, 0, 0, NULL, NULL); 117 sysarg_t phonehash; 118 rc = ipc_connect_to_me(PHONE_NS, service, 0, 0, &phonehash); 118 119 if (rc != EOK) 119 120 goto out;
Note:
See TracChangeset
for help on using the changeset viewer.