diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-01-22 22:55:11 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-01-22 22:55:11 +0000 |
commit | 86f5c9906beac527f3d7966f24811b571a589e08 (patch) | |
tree | 1c9eba853c728b5d734506e1c66c269d96fe46ea /loginutils/getty.c | |
parent | 2edf52643d3eb3d13f26d31f9678cf122f2063bc (diff) | |
download | busybox-w32-86f5c9906beac527f3d7966f24811b571a589e08.tar.gz busybox-w32-86f5c9906beac527f3d7966f24811b571a589e08.tar.bz2 busybox-w32-86f5c9906beac527f3d7966f24811b571a589e08.zip |
- add platform.h.
- use shorter boilerplate while at it.
Diffstat (limited to 'loginutils/getty.c')
-rw-r--r-- | loginutils/getty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c index 1cfbd6734..1399118a5 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c | |||
@@ -225,7 +225,7 @@ static void termio_final(struct options *op, struct termio *tp, | |||
225 | struct chardata *cp); | 225 | struct chardata *cp); |
226 | static int caps_lock(const char *s); | 226 | static int caps_lock(const char *s); |
227 | static int bcode(const char *s); | 227 | static int bcode(const char *s); |
228 | static void error(const char *fmt, ...) __attribute__ ((noreturn)); | 228 | static void error(const char *fmt, ...) ATTRIBUTE_NORETURN; |
229 | 229 | ||
230 | #ifdef SYSV_STYLE | 230 | #ifdef SYSV_STYLE |
231 | #ifdef CONFIG_FEATURE_UTMP | 231 | #ifdef CONFIG_FEATURE_UTMP |