blob: 423c198ff831359f63565806c7a708e9a49612bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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;
|