summaryrefslogtreecommitdiff
path: root/time/remind/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'time/remind/patches/patch-ac')
-rw-r--r--time/remind/patches/patch-ac16
1 files changed, 10 insertions, 6 deletions
diff --git a/time/remind/patches/patch-ac b/time/remind/patches/patch-ac
index d5ed4d6b8a5..999e1ebb474 100644
--- a/time/remind/patches/patch-ac
+++ b/time/remind/patches/patch-ac
@@ -1,16 +1,20 @@
-$NetBSD: patch-ac,v 1.3 2006/07/22 09:25:54 wiz Exp $
+$NetBSD: patch-ac,v 1.4 2006/10/01 08:26:56 schwarz Exp $
---- src/files.c.orig 2005-09-30 03:29:32.000000000 +0000
-+++ src/files.c
-@@ -19,6 +19,7 @@ static char const RCSID[] = "$Id: files.
+--- src/files.c.orig 2005-09-30 05:29:32.000000000 +0200
++++ src/files.c 2006-09-17 19:33:26.000000000 +0200
+@@ -19,6 +19,11 @@
#include <string.h>
#include <ctype.h>
-+#include <glob.h>
++#ifdef NBCOMPAT_GLOB_H
++# include <nbcompat/glob.h>
++#else
++# include <glob.h>
++#endif
#include <sys/stat.h>
#ifdef TM_IN_SYS_TIME
-@@ -365,16 +366,27 @@ int DoInclude(ParsePtr p)
+@@ -365,16 +370,27 @@
{
DynamicBuffer buf;
int r, e;