diff options
Diffstat (limited to 'mail/gubby/files/patch-include_grep.h')
-rw-r--r-- | mail/gubby/files/patch-include_grep.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/gubby/files/patch-include_grep.h b/mail/gubby/files/patch-include_grep.h new file mode 100644 index 000000000000..45f3383cd0e2 --- /dev/null +++ b/mail/gubby/files/patch-include_grep.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- include/grep.h.orig ++++ include/grep.h +@@ -45,7 +45,7 @@ + trig.push_back(trigger); + } + +- inline const std::string& grep::gettrigger(const int n) const { ++ inline const std::string& gettrigger(const int n) const { + return trig[n]; + } + |