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
282 B
Text
14 lines
282 B
Text
$NetBSD: patch-af,v 1.1 2005/06/04 10:44:29 wiz Exp $
|
|
|
|
--- agrep/checkfile.c.orig 1999-11-03 21:37:06.000000000 +0100
|
|
+++ agrep/checkfile.c
|
|
@@ -24,7 +24,9 @@
|
|
#define MAXLINE 512
|
|
|
|
extern char Progname[];
|
|
+#ifndef errno
|
|
extern int errno;
|
|
+#endif
|
|
|
|
unsigned char ibuf[MAXLINE];
|
|
|