blob: 9e76f2b7911fc6918bb1d12998085c49aaa37199 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-cg,v 1.3 2017/12/12 20:42:41 hauke Exp $
--- lib/libxview/ttysw/cim_change.c.orig 1993-06-29 05:17:12.000000000 +0000
+++ lib/libxview/ttysw/cim_change.c
@@ -17,15 +17,13 @@ static char sccsid[] = "@(#)cim_chan
#include <xview_private/i18n_impl.h>
#include <sys/types.h>
#include <pixrect/pixrect.h>
-#include <xview_private/ttyansi.h>
#include <xview_private/charimage.h>
#include <xview_private/charscreen.h>
#include <xview_private/tty_impl.h>
+#include <xview_private/ttyansi.h>
char boldify;
-extern char *strcpy();
-
/* static */ void ttysw_roll();
static void reverse();
/* static */ void ttysw_swap();
|