$NetBSD: patch-co,v 1.2 2006/01/05 18:25:57 joerg 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__) && !defined(__DragonFly__) static void ttysw_arrow_keys_to_string(xv_id, str) unsigned xv_id;