From a60f84ebf07863e390b72a2b6150e461a1ec18e9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 5 Jul 2008 09:18:54 +0000 Subject: *: rename ATTRIBUTE_XXX to just XXX. --- networking/slattach.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'networking/slattach.c') diff --git a/networking/slattach.c b/networking/slattach.c index 02ecb5e9f..52f7f3cff 100644 --- a/networking/slattach.c +++ b/networking/slattach.c @@ -64,7 +64,7 @@ static int set_termios_state_or_warn(struct termios *state) * Go on after errors: we want to restore as many controlled ttys * as possible. */ -static void restore_state_and_exit(int exitcode) ATTRIBUTE_NORETURN; +static void restore_state_and_exit(int exitcode) NORETURN; static void restore_state_and_exit(int exitcode) { struct termios state; @@ -114,13 +114,13 @@ static void set_state(struct termios *state, int encap) } } -static void sig_handler(int signo ATTRIBUTE_UNUSED) +static void sig_handler(int signo UNUSED_PARAM) { restore_state_and_exit(EXIT_SUCCESS); } int slattach_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; -int slattach_main(int argc ATTRIBUTE_UNUSED, char **argv) +int slattach_main(int argc UNUSED_PARAM, char **argv) { /* Line discipline code table */ static const char proto_names[] ALIGN1 = -- cgit v1.2.3