diff options
Diffstat (limited to 'miscutils/setserial.c')
-rw-r--r-- | miscutils/setserial.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/setserial.c b/miscutils/setserial.c index 2006861e2..5fb93d226 100644 --- a/miscutils/setserial.c +++ b/miscutils/setserial.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config SETSERIAL | 10 | //config:config SETSERIAL |
11 | //config: bool "setserial (6.9 kb)" | 11 | //config: bool "setserial (7.1 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Retrieve or set Linux serial port. | 14 | //config: Retrieve or set Linux serial port. |
@@ -535,7 +535,7 @@ static int serial_ctl(int fd, int ops, struct serial_struct *serinfo) | |||
535 | bb_simple_perror_msg(err); | 535 | bb_simple_perror_msg(err); |
536 | if (ops & CTL_NODIE) | 536 | if (ops & CTL_NODIE) |
537 | goto nodie; | 537 | goto nodie; |
538 | exit(EXIT_FAILURE); | 538 | exit_FAILURE(); |
539 | } | 539 | } |
540 | 540 | ||
541 | static void print_flag(const char **prefix, const char *flag) | 541 | static void print_flag(const char **prefix, const char *flag) |