blob: 8dce8711c0fcb6a5ee6b16deb3820c3acc84210a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-co,v 1.4 2017/12/12 20:42:41 hauke Exp $
--- lib/libxview/ttysw/tty_mapkey.c.orig 1993-06-29 05:17:20.000000000 +0000
+++ lib/libxview/ttysw/tty_mapkey.c
@@ -34,8 +34,6 @@ static char sccsid[] = "@(#)tty_mapk
extern Notify_error win_post_event();
extern char *getenv();
-extern char *strcpy();
-extern char *strcat();
/* static routines */
@@ -500,7 +498,7 @@ ttysw_remove_caps(label, label_ptr)
* 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;
|