summaryrefslogtreecommitdiff
path: root/geography/gpsutils/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'geography/gpsutils/patches/patch-aa')
-rw-r--r--geography/gpsutils/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/geography/gpsutils/patches/patch-aa b/geography/gpsutils/patches/patch-aa
new file mode 100644
index 00000000000..d0bb47bc7b2
--- /dev/null
+++ b/geography/gpsutils/patches/patch-aa
@@ -0,0 +1,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);