13 lines
393 B
Text
13 lines
393 B
Text
$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;
|