aboutsummaryrefslogtreecommitdiff
path: root/ipsvd/udp_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipsvd/udp_io.c')
-rw-r--r--ipsvd/udp_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/udp_io.c b/ipsvd/udp_io.c
index 2efc15913..592d98b58 100644
--- a/ipsvd/udp_io.c
+++ b/ipsvd/udp_io.c
@@ -95,7 +95,7 @@ send_to_from(int fd, void *buf, size_t len, int flags,
95 95
96/* NB: this will never set port# in 'to'! 96/* NB: this will never set port# in 'to'!
97 * _Only_ IP/IPv6 address part of 'to' is _maybe_ modified. 97 * _Only_ IP/IPv6 address part of 'to' is _maybe_ modified.
98 * Typical usage is to preinit it with "default" value 98 * Typical usage is to preinit 'to' with "default" value
99 * before calling recv_from_to(). */ 99 * before calling recv_from_to(). */
100ssize_t 100ssize_t
101recv_from_to(int fd, void *buf, size_t len, int flags, 101recv_from_to(int fd, void *buf, size_t len, int flags,