blob: 8b1214a7c18381e84af3fe66a83e9cfcbdb358ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-co,v 1.1 2001/12/20 09:20:03 tron Exp $
--- lib/libxview/ttysw/tty_mapkey.c.orig Tue Jun 29 07:17:20 1993
+++ lib/libxview/ttysw/tty_mapkey.c Thu Dec 20 10:09:19 2001
@@ -500,7 +500,7 @@
* have more time.
*/
-#ifdef i386
+#if defined(i386) && !defined (__FreeBSD__) && !defined(__NetBSD__)
static void
ttysw_arrow_keys_to_string(xv_id, str)
unsigned xv_id;
|