mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
15 lines
367 B
Plaintext
15 lines
367 B
Plaintext
$NetBSD: patch-ab,v 1.6 2005/06/04 10:44:28 wiz Exp $
|
|
|
|
--- agrep/agrep.c.orig 2003-01-25 21:15:05.000000000 +0100
|
|
+++ agrep/agrep.c
|
|
@@ -11,7 +11,9 @@
|
|
#define PRINT(s)
|
|
|
|
extern char **environ;
|
|
+#ifndef errno
|
|
extern int errno;
|
|
+#endif
|
|
int pattern_index; /* index in argv where the pattern is */
|
|
|
|
int glimpse_isserver=0; /* so that there is no user interaction */
|