Add files from parent branch HEAD:
[pkgsrc.git] / textproc / glimpse / patches / patch-ae
1 $NetBSD$
2
3 --- index/glimpse.c.orig        2006-03-25 03:13:55.000000000 +0100
4 +++ index/glimpse.c     2008-06-05 18:21:07.000000000 +0200
5 @@ -9,7 +9,9 @@
6  #include <errno.h>
7  
8  extern char **environ;
9 +#ifndef errno
10  extern int errno;
11 +#endif
12  extern FILE *TIMEFILE; /* file descriptor for sorting .glimpse_filenames by time */
13  #if    BG_DEBUG
14  extern FILE  *LOGFILE;         /* file descriptor for LOG output */