Changeset dc12262 in mainline for uspace/lib/c/generic/iplink.c
- Timestamp:
- 2017-05-04T22:12:27Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e141281
- Parents:
- 93ad8166
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/iplink.c
r93ad8166 rdc12262 301 301 case IPLINK_EV_CHANGE_ADDR: 302 302 iplink_ev_change_addr(iplink, callid, &call); 303 break; 303 304 default: 304 305 async_answer_0(callid, ENOTSUP);
Note:
See TracChangeset
for help on using the changeset viewer.