blob: bd10460d699e553e08c47c340757521e985f6375 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-dd,v 1.3 2009/12/10 20:35:58 abs Exp $
--- lib/libxview/textsw/txt_selsvc.c.orig 1994-06-26 01:05:23.000000000 +0000
+++ lib/libxview/textsw/txt_selsvc.c
@@ -24,7 +24,7 @@ static char sccsid[] = "@(#)txt_sels
#include <stdlib.h>
#endif /* SVR4 */
-extern int errno;
+static int textsw_should_ask_seln_svc();
Pkg_private Es_status es_copy();
static Seln_result textsw_seln_yield();
|