summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches/patch-dc
blob: 62a7e6c455191e423582b9258757f1c282e55b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-dc,v 1.2 2006/01/05 18:25:57 joerg Exp $

--- lib/libxview/textsw/txt_putkey.c.orig	Tue Jun 29 07:17:41 1993
+++ lib/libxview/textsw/txt_putkey.c	Thu Dec 20 10:09:17 2001
@@ -19,7 +19,7 @@ static char     sccsid[] = "@(#)txt_putk
 #include <xview_private/ev_impl.h>
 #include <errno.h>
 
-extern int      errno;
+static int	textsw_do_put();
 
 Pkg_private Ev_finger_handle ev_add_finger();
 Pkg_private int      ev_get_selection();