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