diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/xfuncs_printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xfuncs_printf.c b/libbb/xfuncs_printf.c index 46ae7ac60..cd0f84dea 100644 --- a/libbb/xfuncs_printf.c +++ b/libbb/xfuncs_printf.c | |||
@@ -440,7 +440,7 @@ void FAST_FUNC xlisten(int s, int backlog) | |||
440 | 440 | ||
441 | /* Die with an error message if sendto failed. | 441 | /* Die with an error message if sendto failed. |
442 | * Return bytes sent otherwise */ | 442 | * Return bytes sent otherwise */ |
443 | ssize_t FAST_FUNC xsendto(int s, const void *buf, size_t len, const struct sockaddr *to, | 443 | ssize_t FAST_FUNC xsendto(int s, const void *buf, size_t len, const struct sockaddr *to, |
444 | socklen_t tolen) | 444 | socklen_t tolen) |
445 | { | 445 | { |
446 | ssize_t ret = sendto(s, buf, len, 0, to, tolen); | 446 | ssize_t ret = sendto(s, buf, len, 0, to, tolen); |