$OpenBSD: patch-console_console_c,v 1.5 2014/10/07 22:14:17 sthen Exp $
--- console/console.c.orig	Sun Apr 20 08:14:49 2014
+++ console/console.c	Tue Oct  7 16:49:57 2014
@@ -676,7 +676,7 @@ C2Raw(void)
 	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;
