Changes in uspace/lib/c/generic/iplink.c [ffa8912:50b581d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/iplink.c
rffa8912 r50b581d 94 94 95 95 if (rc != EOK) { 96 async_ wait_for(req, NULL);96 async_forget(req); 97 97 return rc; 98 98 }
Note:
See TracChangeset
for help on using the changeset viewer.