summaryrefslogtreecommitdiff
path: root/textproc/glimpse/patches/patch-aj
blob: cf13ca364a8440bb774eaef2c4d0e46155738344 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aj,v 1.1 2005/06/04 10:44:29 wiz Exp $

--- agrep/maskgen.c.orig	2002-09-27 23:41:09.000000000 +0200
+++ agrep/maskgen.c
@@ -8,7 +8,9 @@ extern int AND, REGEX, NOUPPER, D_length
 extern unsigned char Progname[];
 extern int agrep_initialfd;
 extern int EXITONERROR;
+#ifndef errno
 extern int errno;
+#endif
 
 int
 maskgen(Pattern, D)