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
392 B
Text
14 lines
392 B
Text
$NetBSD: patch-ao,v 1.1 2005/06/04 10:44:29 wiz Exp $
|
|
|
|
--- index/build_in.c.orig 2002-10-11 07:28:32.000000000 +0200
|
|
+++ index/build_in.c
|
|
@@ -605,7 +605,9 @@ traverse1()
|
|
int ret;
|
|
char s[MAX_LINE_LEN], es1[MAX_LINE_LEN], es2[MAX_LINE_LEN], es3[MAX_LINE_LEN];
|
|
char s1[MAX_LINE_LEN];
|
|
+#ifndef errno
|
|
extern int errno;
|
|
+#endif
|
|
static int maxsortlinelen = 0;
|
|
int i;
|
|
|