pkgsrc/geography/gpsutils/patches/patch-aa
jschauma b4112e5cea Initial import of gpsutils, one of the many packages provided by
brook at biology dot nmsu dot edu and his team at NMSU.

The gpsutils package covers some small applications to capture and convert
data from a Garmin GPS receiver. These are based on a included more general
GPS library (in C).
2003-10-04 20:57:47 +00:00

13 lines
545 B
Text

$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);