openbsd-ports/comms/conserver/patches/patch-console_console_c
sthen 29f3197b55 Update conserver to 8.1.16, which fixes some bugs, rolls in
pvalchev's strcpy->strlcpy diffs, and adds some new functionality
(see http://www.conserver.com/CHANGES for more details).
Our /etc/services now includes a definition for conserver,
so no need to mention it in the package installation message.

ok pvalchev (maintainer).
2008-06-21 11:29:25 +00:00

13 lines
487 B
Plaintext

$OpenBSD: patch-console_console_c,v 1.3 2008/06/21 11:29:25 sthen Exp $
--- console/console.c.orig Thu Jun 15 04:01:05 2006
+++ console/console.c Fri Oct 12 11:29:17 2007
@@ -577,7 +577,7 @@ C2Raw()
Bye(EX_UNAVAILABLE);
}
n_tios = o_tios;
- n_tios.c_iflag &= ~(INLCR | IGNCR | ICRNL | IUCLC | IXON);
+ n_tios.c_iflag &= ~(INLCR | IGNCR | ICRNL | IXON);
n_tios.c_oflag &= ~OPOST;
n_tios.c_lflag &= ~(ICANON | ISIG | ECHO | IEXTEN);
n_tios.c_cc[VMIN] = 1;