diff options
Diffstat (limited to 'ipsvd')
-rw-r--r-- | ipsvd/tcpudp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index 2e8dffa0f..8f23ca640 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c | |||
@@ -143,7 +143,7 @@ static void connection_status(void) | |||
143 | bb_error_msg("status %u/%u", cnum, cmax); | 143 | bb_error_msg("status %u/%u", cnum, cmax); |
144 | } | 144 | } |
145 | 145 | ||
146 | static void sig_child_handler(int sig) | 146 | static void sig_child_handler(int sig ATTRIBUTE_UNUSED) |
147 | { | 147 | { |
148 | int wstat; | 148 | int wstat; |
149 | int pid; | 149 | int pid; |
@@ -161,7 +161,7 @@ static void sig_child_handler(int sig) | |||
161 | } | 161 | } |
162 | 162 | ||
163 | int tcpudpsvd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 163 | int tcpudpsvd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
164 | int tcpudpsvd_main(int argc, char **argv) | 164 | int tcpudpsvd_main(int argc ATTRIBUTE_UNUSED, char **argv) |
165 | { | 165 | { |
166 | char *str_c, *str_C, *str_b, *str_t; | 166 | char *str_c, *str_C, *str_b, *str_t; |
167 | char *user; | 167 | char *user; |