openbsd-ports/emulators/simh/patches/patch-sim_console_c
jasper ba3b0ce0da - tweak master sites
- set license version
- honor cflags
- regen patches

maintainer timed-out.
2010-03-21 09:26:49 +00:00

13 lines
495 B
Plaintext

$OpenBSD: patch-sim_console_c,v 1.2 2010/03/21 09:26:49 jasper Exp $
--- sim_console.c.orig Thu Nov 20 13:50:44 2008
+++ sim_console.c Tue Jan 26 13:12:30 2010
@@ -111,7 +111,7 @@ extern DEVICE *sim_devices[];
/* Set/show data structures */
static CTAB set_con_tab[] = {
- { "WRU", &sim_set_kmap, KMAP_WRU | KMAP_NZ },
+ { "WRU", &sim_set_kmap, KMAP_WRU },
{ "BRK", &sim_set_kmap, KMAP_BRK },
{ "DEL", &sim_set_kmap, KMAP_DEL |KMAP_NZ },
{ "PCHAR", &sim_set_pchar, 0 },