$OpenBSD: patch-console_console_c,v 1.6 2015/06/10 13:07:33 sthen Exp $
--- console/console.c.orig	Mon Jun  1 16:36:59 2015
+++ console/console.c	Wed Jun 10 14:05:46 2015
@@ -695,7 +695,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;
