diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:04:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:04:16 +0000 |
commit | 059a88c435c9f9cd6922bd49310ceb0980c4904b (patch) | |
tree | 178aec2237728274047a807bf339d1df8960df61 /misc/estic/files/patch-ak | |
parent | Misc. small fixes from the maintainer. (diff) |
Consolidate diffs to a single file into one patch and add a boatload
of patches to fix the build on -current.
Diffstat (limited to 'misc/estic/files/patch-ak')
-rw-r--r-- | misc/estic/files/patch-ak | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/estic/files/patch-ak b/misc/estic/files/patch-ak new file mode 100644 index 000000000000..afe9739d61f9 --- /dev/null +++ b/misc/estic/files/patch-ak @@ -0,0 +1,18 @@ +--- 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 @@ + // Return 1 if the given path contains one of the wildcard characters '*', '?' + // or '[]', return zero otherwise. + ++#if 0 + 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 @@ + // otherwise a non zero value is returned. + // If Pattern contains an invalid wildcard pattern (e.g. 'A[x'), the function + // returns zero. ++#endif + + int FIsAbsolute (const String& Path); + // Return true if the given path is an absolute path |