*: rename ATTRIBUTE_XXX to just XXX.
This commit is contained in:
@ -330,7 +330,7 @@ free_session(struct tsession *ts)
|
||||
|
||||
#endif
|
||||
|
||||
static void handle_sigchld(int sig ATTRIBUTE_UNUSED)
|
||||
static void handle_sigchld(int sig UNUSED_PARAM)
|
||||
{
|
||||
pid_t pid;
|
||||
struct tsession *ts;
|
||||
@ -352,7 +352,7 @@ static void handle_sigchld(int sig ATTRIBUTE_UNUSED)
|
||||
}
|
||||
|
||||
int telnetd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
|
||||
int telnetd_main(int argc ATTRIBUTE_UNUSED, char **argv)
|
||||
int telnetd_main(int argc UNUSED_PARAM, char **argv)
|
||||
{
|
||||
fd_set rdfdset, wrfdset;
|
||||
unsigned opt;
|
||||
|
Reference in New Issue
Block a user