blob: ba04fed73f7c1af0b80c52878a5e00aef61783ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-dd,v 1.2 2006/01/05 18:25:57 joerg Exp $
--- lib/libxview/textsw/txt_selsvc.c.orig Sun Jun 26 03:05:23 1994
+++ lib/libxview/textsw/txt_selsvc.c Thu Dec 20 10:09:17 2001
@@ -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();
|