Changes in uspace/lib/c/generic/inet.c [bd8bfc5a:50b581d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/inet.c
rbd8bfc5a r50b581d 120 120 121 121 if (rc != EOK) { 122 async_ wait_for(req, NULL);122 async_forget(req); 123 123 return rc; 124 124 }
Note:
See TracChangeset
for help on using the changeset viewer.