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