mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
545 B
Plaintext
14 lines
545 B
Plaintext
$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);
|