summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches/patch-fk
blob: 84f8932a9a5f01304357d9f986f5de6d3c53818a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-fk,v 1.1 2007/05/12 00:22:18 tnn Exp $

--- lib/libxview/textsw/txt_field.c.orig	1993-06-29 07:17:50.000000000 +0200
+++ lib/libxview/textsw/txt_field.c
@@ -121,7 +121,6 @@ check_selection(buf, buf_len, first, las
 		    CHAR            marker2[3];
 		    int             marker2_len;
 		    unsigned        direction;
-		    static void     textsw_get_match_symbol();
 
 		    buf = buf + (buf_len - marker1_len);
 		    (void) textsw_get_match_symbol(marker1, marker1_len,
@@ -152,7 +151,6 @@ check_selection(buf, buf_len, first, las
 		    CHAR            marker2[3];
 		    int             marker2_len;
 		    unsigned        direction;
-		    static void     textsw_get_match_symbol();
 
 		    (void) textsw_get_match_symbol(marker1, marker1_len,
 					 marker2, &marker2_len, &direction);