aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gnomefind/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnomefind/files/patch-aa')
-rw-r--r--sysutils/gnomefind/files/patch-aa18
1 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/gnomefind/files/patch-aa b/sysutils/gnomefind/files/patch-aa
index 2590255e4703..4e7fdd3bec4c 100644
--- a/sysutils/gnomefind/files/patch-aa
+++ b/sysutils/gnomefind/files/patch-aa
@@ -1,11 +1,11 @@
---- src/defs.h 2000/05/26 09:38:10 1.1
-+++ src/defs.h 2000/05/26 09:38:24
-@@ -42,7 +42,7 @@
-
+--- src/defs.h.orig Fri Jun 30 17:13:19 2000
++++ src/defs.h Mon Jul 17 09:56:51 2000
+@@ -43,7 +43,7 @@
#include <time.h>
--#include <regex.h>
-+#include <gnuregex.h>
- #include "pred.h"
- #include "win.h"
-
+ #ifdef HAVE_GNU_REGEX
+-# include <regex.h>
++# include <gnuregex.h>
+ #else
+ # include "gnu_regex.h"
+ #endif