Changeset 124c061 in mainline for uspace/lib/c/generic/net/modules.c
- Timestamp:
- 2011-01-23T23:47:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11bb813
- Parents:
- fdb9982c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/net/modules.c
rfdb9982c r124c061 145 145 sysarg_t phonehash; 146 146 147 rc = ipc_connect_to_me(phone, arg1, arg2, arg3, &phonehash); 147 rc = ipc_connect_to_me(phone, arg1, arg2, arg3, NULL, 148 &phonehash); 148 149 if (rc != EOK) { 149 150 ipc_hangup(phone);
Note:
See TracChangeset
for help on using the changeset viewer.