Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Lehmann <aaronl@vitelius.com>2002-08-23 11:56:21 +0400
committerAaron Lehmann <aaronl@vitelius.com>2002-08-23 11:56:21 +0400
commite599b6d96ea61ef4cda5f5a72b588aa474eba73f (patch)
tree2f7d499b402e96e314a317b359b3562958d880a9 /loginutils
parent7dd2cec2fd4a05101186d179a49f85b14a18c459 (diff)
Don't #ifdef __linux__. this is linux.
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/getty.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c
index 0176d621c..468208a49 100644
--- a/loginutils/getty.c
+++ b/loginutils/getty.c
@@ -1029,11 +1029,7 @@ static void termio_final(struct options *op, struct termio *tp, struct chardata
tp->c_cc[VQUIT] = DEF_QUIT; /* default quit */
tp->c_cc[VEOF] = DEF_EOF; /* default EOF character */
tp->c_cc[VEOL] = DEF_EOL;
-#ifdef __linux__
tp->c_cc[VSWTC] = DEF_SWITCH; /* default switch character */
-#else
- tp->c_cc[VSWTCH] = DEF_SWITCH; /* default switch character */
-#endif
/* Account for special characters seen in input. */