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, 6 insertions, 10 deletions
diff --git a/time/remind/patches/patch-ac b/time/remind/patches/patch-ac
index 999e1ebb474..3057ba84aa8 100644
--- a/time/remind/patches/patch-ac
+++ b/time/remind/patches/patch-ac
@@ -1,20 +1,16 @@
-$NetBSD: patch-ac,v 1.4 2006/10/01 08:26:56 schwarz Exp $
+$NetBSD: patch-ac,v 1.5 2007/09/08 21:58:01 jlam Exp $
---- 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 @@
+--- src/files.c.orig 2005-09-29 23:29:32.000000000 -0400
++++ src/files.c
+@@ -19,6 +19,7 @@ static char const RCSID[] = "$Id: files.
#include <string.h>
#include <ctype.h>
-+#ifdef NBCOMPAT_GLOB_H
-+# include <nbcompat/glob.h>
-+#else
-+# include <glob.h>
-+#endif
++#include <glob.h>
#include <sys/stat.h>
#ifdef TM_IN_SYS_TIME
-@@ -365,16 +370,27 @@
+@@ -365,16 +366,27 @@ int DoInclude(ParsePtr p)
{
DynamicBuffer buf;
int r, e;