$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);