aboutsummaryrefslogtreecommitdiff
path: root/ipsvd/tcpudp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipsvd/tcpudp.c')
-rw-r--r--ipsvd/tcpudp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c
index 8b4ae88f4..5362af5fd 100644
--- a/ipsvd/tcpudp.c
+++ b/ipsvd/tcpudp.c
@@ -290,7 +290,7 @@ int tcpudpsvd_main(int argc, char **argv)
hccp = NULL;
while (cnum >= cmax)
- sig_pause(); /* wait for any signal (expecting SIGCHLD) */
+ wait_for_any_sig(); /* expecting SIGCHLD */
/* Accept a connection to fd #0 */
again1: