109c711600
Includes a number of patches to fix build on DragonFlyBSD. Changes since 4.17.2: Glimpse 4.18.0 has new configure script generated by autoconf 2.57 - may fix compilation problems on FreeBSD
14 lines
310 B
Text
14 lines
310 B
Text
$NetBSD: patch-ai,v 1.1 2005/06/04 10:44:29 wiz Exp $
|
|
|
|
--- agrep/compat.c.orig 2003-01-25 21:09:08.000000000 +0100
|
|
+++ agrep/compat.c
|
|
@@ -16,7 +16,9 @@ extern JUMP;
|
|
extern char Progname[MAXNAME];
|
|
extern int agrep_initialfd;
|
|
extern int EXITONERROR;
|
|
+#ifndef errno
|
|
extern int errno;
|
|
+#endif
|
|
|
|
int
|
|
compat()
|