diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 119177b78a1..fae76185dbf 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -473,7 +473,7 @@ child_setup_tty (out) | |||
| 473 | #ifdef IUCLC | 473 | #ifdef IUCLC |
| 474 | s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */ | 474 | s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */ |
| 475 | #endif | 475 | #endif |
| 476 | @ifdef OLCUC | 476 | #ifdef OLCUC |
| 477 | s.main.c_oflag &= ~OLCUC; /* Disable upcasing on output. */ | 477 | s.main.c_oflag &= ~OLCUC; /* Disable upcasing on output. */ |
| 478 | #endif | 478 | #endif |
| 479 | s.main.c_cflag = (s.main.c_cflag & ~CSIZE) | CS8; /* Don't strip 8th bit */ | 479 | s.main.c_cflag = (s.main.c_cflag & ~CSIZE) | CS8; /* Don't strip 8th bit */ |