traceroute: preparatory trivial cleanups
function old new delta traceroute_main 3932 3713 -219
This commit is contained in:
parent
39b681343b
commit
fa65a3d78f
2 changed files with 103 additions and 133 deletions
|
@ -440,7 +440,7 @@ void FAST_FUNC xlisten(int s, int backlog)
|
|||
|
||||
/* Die with an error message if sendto failed.
|
||||
* Return bytes sent otherwise */
|
||||
ssize_t FAST_FUNC xsendto(int s, const void *buf, size_t len, const struct sockaddr *to,
|
||||
ssize_t FAST_FUNC xsendto(int s, const void *buf, size_t len, const struct sockaddr *to,
|
||||
socklen_t tolen)
|
||||
{
|
||||
ssize_t ret = sendto(s, buf, len, 0, to, tolen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue