diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-03-28 13:33:18 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-03-28 13:33:18 +0000 |
| commit | 81c280f58f49dd8be2b23d1eeabb81c57ace2a5c (patch) | |
| tree | fa443d7fc04b7a3a3c403a16933e269e46228d2f /lib/libc | |
| parent | ae207687ad590f22918f98762c41102038f0be9e (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/termios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/termios.c b/lib/libc/gen/termios.c index 88692e3fca7b..5264a2dfceb9 100644 --- a/lib/libc/gen/termios.c +++ b/lib/libc/gen/termios.c @@ -164,7 +164,7 @@ cfmakeraw(t) t->c_iflag |= IGNBRK; t->c_oflag &= ~OPOST; t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN); - t->c_cflag &= ~(CSIZE|PARENB|PARODD); + t->c_cflag &= ~(CSIZE|PARENB); t->c_cflag |= CS8|CREAD; t->c_cc[VMIN] = 1; t->c_cc[VTIME] = 0; |
