mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
$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();
|