aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-01-09 08:19:28 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-01-09 08:19:28 +0000
commitce60e70762c200368886e7a2613281c5aafe406d (patch)
tree824da4701ef18b346631f9da2b694cafabccfc48 /devel
parentafa17e666937cf161e5276b28d0e6514491bef1f (diff)
downloadports-ce60e70762c200368886e7a2613281c5aafe406d.tar.gz
ports-ce60e70762c200368886e7a2613281c5aafe406d.zip
Notes
Diffstat (limited to 'devel')
-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; }
+ };
+
+