blob: d4d0ced3b4061931adb94bd77aa24f944925e888 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ed,v 1.2 2009/12/10 20:35:58 abs Exp $
--- lib/libxview/notify/ndet_auto.c.orig 1993-06-29 05:18:19.000000000 +0000
+++ lib/libxview/notify/ndet_auto.c
@@ -25,8 +25,6 @@ static char sccsid[] = "@(#)ndet_aut
#include <stdlib.h>
#endif SVR4
-extern errno;
-
pkg_private_data sigset_t ndet_sigs_auto;
pkg_private_data Notify_client ndet_auto_nclient =
(Notify_client) & ndet_sigs_auto;
|