Changeset 25a179e in mainline for uspace/srv/net/inetsrv/inetping.c
- Timestamp:
- 2017-12-20T19:51:45Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f96b6c8
- Parents:
- d4a829e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/inetping.c
rd4a829e r25a179e 130 130 } 131 131 132 sysarg_t retval;132 int retval; 133 133 async_wait_for(req, &retval); 134 134 135 return (int)retval;135 return retval; 136 136 } 137 137
Note:
See TracChangeset
for help on using the changeset viewer.