diff options
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r-- | networking/telnetd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c index 3660d788f..22ecb3ca8 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c | |||
@@ -330,7 +330,7 @@ free_session(struct tsession *ts) | |||
330 | 330 | ||
331 | #endif | 331 | #endif |
332 | 332 | ||
333 | static void handle_sigchld(int sig ATTRIBUTE_UNUSED) | 333 | static void handle_sigchld(int sig UNUSED_PARAM) |
334 | { | 334 | { |
335 | pid_t pid; | 335 | pid_t pid; |
336 | struct tsession *ts; | 336 | struct tsession *ts; |
@@ -352,7 +352,7 @@ static void handle_sigchld(int sig ATTRIBUTE_UNUSED) | |||
352 | } | 352 | } |
353 | 353 | ||
354 | int telnetd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 354 | int telnetd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
355 | int telnetd_main(int argc ATTRIBUTE_UNUSED, char **argv) | 355 | int telnetd_main(int argc UNUSED_PARAM, char **argv) |
356 | { | 356 | { |
357 | fd_set rdfdset, wrfdset; | 357 | fd_set rdfdset, wrfdset; |
358 | unsigned opt; | 358 | unsigned opt; |