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