projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dd2cec
)
Don't #ifdef __linux__. this is linux.
author
Aaron Lehmann
<aaronl@vitelius.com>
Fri, 23 Aug 2002 07:56:21 +0000
(07:56 -0000)
committer
Aaron Lehmann
<aaronl@vitelius.com>
Fri, 23 Aug 2002 07:56:21 +0000
(07:56 -0000)
loginutils/getty.c
patch
|
blob
|
history
diff --git
a/loginutils/getty.c
b/loginutils/getty.c
index
0176d62
..
468208a
100644
(file)
--- 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. */