pkgsrc/x11/xview-lib/patches/patch-ek
joerg 2bbbd70847 First try on fixing xview. Fix errno. Add DragonFly support.
Use NAME_MAX when available. Don't try to fake a FILE on DragonFly.
The implementation of textsw_scanf can be improved, it is very
defensively and slow ATM, the snprintf usage should be portable.
Fix a number of prototype mismatches, e.g. variable argument functions
can conflict with K&R prototypes.

Bump revision since the package "compiled" before, e.g. build
errors where ignored.
2006-01-05 18:25:56 +00:00

13 lines
374 B
Text

$NetBSD: patch-ek,v 1.1 2006/01/05 18:25:57 joerg Exp $
--- lib/libxview/notify/ndet_wait.c.orig 2006-01-04 11:52:12.000000000 +0000
+++ lib/libxview/notify/ndet_wait.c
@@ -18,8 +18,6 @@ static char sccsid[] = "@(#)ndet_wai
#include <xview_private/ndet.h>
#include <errno.h>
-extern errno;
-
pkg_private int
ndet_check_pid(pid)
int pid;