aboutsummaryrefslogtreecommitdiff
path: root/loginutils/getty.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-22 22:55:11 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-22 22:55:11 +0000
commit86f5c9906beac527f3d7966f24811b571a589e08 (patch)
tree1c9eba853c728b5d734506e1c66c269d96fe46ea /loginutils/getty.c
parent2edf52643d3eb3d13f26d31f9678cf122f2063bc (diff)
downloadbusybox-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.c2
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);
226static int caps_lock(const char *s); 226static int caps_lock(const char *s);
227static int bcode(const char *s); 227static int bcode(const char *s);
228static void error(const char *fmt, ...) __attribute__ ((noreturn)); 228static 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