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-ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/time/remind/patches/patch-ac b/time/remind/patches/patch-ac
index 54f045a9fb1..024e5003526 100644
--- a/time/remind/patches/patch-ac
+++ b/time/remind/patches/patch-ac
@@ -1,16 +1,16 @@
-$NetBSD: patch-ac,v 1.6 2008/11/10 17:46:31 wiz Exp $
+$NetBSD: patch-ac,v 1.7 2010/09/09 11:39:58 obache Exp $
---- src/files.c.orig 2008-03-25 03:12:37.000000000 +0000
+--- src/files.c.orig 2010-04-25 14:06:54.000000000 +0000
+++ src/files.c
-@@ -18,6 +18,7 @@
-
+@@ -19,6 +19,7 @@
#include <string.h>
+ #include <errno.h>
#include <ctype.h>
+#include <glob.h>
#include <sys/stat.h>
#ifdef TM_IN_SYS_TIME
-@@ -445,16 +446,28 @@ int DoInclude(ParsePtr p)
+@@ -511,16 +512,28 @@ int DoInclude(ParsePtr p)
{
DynamicBuffer buf;
int r, e;