summaryrefslogtreecommitdiff
path: root/devel/cssc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cssc')
-rw-r--r--devel/cssc/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cssc/files/patch-ab b/devel/cssc/files/patch-ab
new file mode 100644
index 000000000000..86e15a3d2ae1
--- /dev/null
+++ b/devel/cssc/files/patch-ab
@@ -0,0 +1,11 @@
+--- sf-delta.cc.orig Sun Jan 9 00:15:57 2000
++++ sf-delta.cc Sun Jan 9 00:16:21 2000
+@@ -390,7 +390,7 @@
+ perror(s);
+ }
+ }
+- disarm() { armed = false; }
++ void disarm() { armed = false; }
+ };
+
+