aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-04-14 20:48:58 +0000
committerEric Andersen <andersen@codepoet.org>2005-04-14 20:48:58 +0000
commitafe023d136269cbb470b587b2508c3239a2e5914 (patch)
treea33ab43f4454c3be782cf97590f1337519826f2b /loginutils
parent2ed05ab1464a442e8fd13815abf43575c7910aad (diff)
downloadbusybox-afe023d136269cbb470b587b2508c3239a2e5914.tar.gz
Use a sane VEOL setting
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/getty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c
index 923432ba1..a9ef561fa 100644
--- a/loginutils/getty.c
+++ b/loginutils/getty.c
@@ -85,7 +85,7 @@ extern void updwtmp(const char *filename, const struct utmp *ut);
#define DEF_QUIT CTL('\\') /* default quit char */
#define DEF_KILL CTL('U') /* default kill char */
#define DEF_EOF CTL('D') /* default EOF char */
-#define DEF_EOL 0
+#define DEF_EOL '\n'
#define DEF_SWITCH 0 /* default switch char */
/*