$NetBSD: patch-fk,v 1.2 2009/12/10 20:35:58 abs Exp $ --- lib/libxview/textsw/txt_field.c.orig 1993-06-29 05:17:50.000000000 +0000 +++ 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);