summaryrefslogtreecommitdiffstats
path: root/misc/yapet/gcc6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'misc/yapet/gcc6.patch')
-rw-r--r--misc/yapet/gcc6.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/yapet/gcc6.patch b/misc/yapet/gcc6.patch
new file mode 100644
index 0000000000..a57e0c93c1
--- /dev/null
+++ b/misc/yapet/gcc6.patch
@@ -0,0 +1,11 @@
+--- yapet-1.0/yapet/cfg.h 2014-02-23 10:18:41.000000000 -0700
++++ yapet-1.0/yapet/cfg.h 2016-04-14 07:06:49.665672169 -0700
+@@ -163,7 +163,7 @@
+ locked = false;
+ }
+
+- void is_locked() const {
++ bool is_locked() const {
+ return locked;
+ }
+