aboutsummaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-filepath.h
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2017-01-29 14:47:22 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2017-01-29 14:47:22 +0000
commitb111b35ebf940a8dacf18d08add3c126a5425d42 (patch)
tree01ef7161d77f12b7fe03b8a1413aa5bd14457ef7 /misc/estic/files/patch-filepath.h
parentd3d7f4406895939145e810bcb806ddc6c976afd9 (diff)
downloadports-b111b35ebf940a8dacf18d08add3c126a5425d42.tar.gz
ports-b111b35ebf940a8dacf18d08add3c126a5425d42.zip
Notes
Diffstat (limited to 'misc/estic/files/patch-filepath.h')
-rw-r--r--misc/estic/files/patch-filepath.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/estic/files/patch-filepath.h b/misc/estic/files/patch-filepath.h
index afe9739d61f9..3064b0792e27 100644
--- a/misc/estic/files/patch-filepath.h
+++ b/misc/estic/files/patch-filepath.h
@@ -1,6 +1,6 @@
---- spunk/filepath.h.orig Sat Feb 26 17:54:52 2000
-+++ spunk/filepath.h Sat Feb 26 17:56:32 2000
-@@ -88,6 +88,7 @@
+--- spunk/filepath.h.orig 1996-11-13 23:12:02 UTC
++++ spunk/filepath.h
+@@ -88,6 +88,7 @@ int FHasWildcards (const String& Pathnam
// Return 1 if the given path contains one of the wildcard characters '*', '?'
// or '[]', return zero otherwise.
@@ -8,7 +8,7 @@
int FMatch (const String& Source, const String& Pattern);
// Match the string in Source against Pattern. Pattern may contain the
// wildcards '*', '?', '[abcd]' '[ab-d]', '[!abcd]', '[!ab-d]'
-@@ -95,6 +96,7 @@
+@@ -95,6 +96,7 @@ int FMatch (const String& Source, const
// otherwise a non zero value is returned.
// If Pattern contains an invalid wildcard pattern (e.g. 'A[x'), the function
// returns zero.