diff options
Diffstat (limited to 'ipsvd/udp_io.c')
-rw-r--r-- | ipsvd/udp_io.c | 2 |
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(). */ |
100 | ssize_t | 100 | ssize_t |
101 | recv_from_to(int fd, void *buf, size_t len, int flags, | 101 | recv_from_to(int fd, void *buf, size_t len, int flags, |