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