blob: d0bb47bc7b22f8f4fcb6cbed8ad54dd216d76d20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2003/10/04 20:57:49 jschauma Exp $
--- siolib.c.orig Tue Jul 1 14:51:55 2003
+++ siolib.c
@@ -163,7 +163,7 @@ int sio_rawmode (int fd)
/* no SIGINT on break, CR-to-NL off, input parity check off
* don't strip 8th bit on input, output flow control off
*/
- tios.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON | IXOFF | IUCLC);
+ tios.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON | IXOFF );
/* reset char size field, no parity*/
tios.c_cflag &= ~(CSIZE | PARENB);
|