mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
15 lines
376 B
Plaintext
15 lines
376 B
Plaintext
$NetBSD: patch-al,v 1.1 2005/06/04 10:44:29 wiz Exp $
|
|
|
|
--- agrep/preprocess.c.orig 2002-09-27 23:41:09.000000000 +0200
|
|
+++ agrep/preprocess.c
|
|
@@ -26,7 +26,9 @@ extern CHAR tc_D_pattern[MaxDelimit * 2]
|
|
extern int table[WORD][WORD];
|
|
extern int agrep_initialfd;
|
|
extern int EXITONERROR;
|
|
+#ifndef errno
|
|
extern int errno;
|
|
+#endif
|
|
|
|
extern int multifd;
|
|
extern char *multibuf;
|