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
362 B
Text
14 lines
362 B
Text
$NetBSD: patch-aq,v 1.1 2005/06/04 10:44:29 wiz Exp $
|
|
|
|
--- index/partition.c.orig 2002-09-27 23:41:11.000000000 +0200
|
|
+++ index/partition.c
|
|
@@ -28,7 +28,9 @@ int new_partition;
|
|
int files_per_partition;
|
|
int files_in_partition;
|
|
int ATLEASTONEFILE = 0;
|
|
+#ifndef errno
|
|
extern int errno;
|
|
+#endif
|
|
|
|
char patbuf[MAX_PAT];
|
|
extern unsigned char *src_index_buf;
|