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

--- agrep/newmgrep.c.orig	1999-11-03 21:37:06.000000000 +0100
+++ agrep/newmgrep.c
@@ -66,7 +66,9 @@ extern FILE *agrep_finalfp;
 extern int agrep_outpointer;
 extern int agrep_outlen;
 extern CHAR * agrep_outbuffer;
+#ifndef errno
 extern int errno;
+#endif
 extern int NEW_FILE, POST_FILTER;
 
 extern int tuncompressible();