diff options
Diffstat (limited to 'devel/libbobcat/files/patch-glob-glob1.cc')
-rw-r--r-- | devel/libbobcat/files/patch-glob-glob1.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/libbobcat/files/patch-glob-glob1.cc b/devel/libbobcat/files/patch-glob-glob1.cc deleted file mode 100644 index 6a05f1f1b35a..000000000000 --- a/devel/libbobcat/files/patch-glob-glob1.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- glob/glob1.cc.orig 2012-10-27 10:28:31.000000000 +0200 -+++ glob/glob1.cc 2012-12-02 01:08:36.000000000 +0100 -@@ -1,6 +1,6 @@ - #include "glob.ih" - - Glob::Glob(string const &pattern, int flags, Dots dots) --: -- Glob(ANY, pattern, flags, dots) --{} -+{ -+ Glob(ANY, pattern, flags, dots); -+} |