Changes in uspace/lib/c/generic/iplink_srv.c [962f03b:50b581d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/iplink_srv.c
r962f03b r50b581d 178 178 179 179 if (rc != EOK) { 180 async_ wait_for(req, NULL);180 async_forget(req); 181 181 return rc; 182 182 }
Note:
See TracChangeset
for help on using the changeset viewer.