summaryrefslogtreecommitdiff
path: root/lang/ksi/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ksi/patches/patch-ad')
-rw-r--r--lang/ksi/patches/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/ksi/patches/patch-ad b/lang/ksi/patches/patch-ad
new file mode 100644
index 00000000000..dff5715a903
--- /dev/null
+++ b/lang/ksi/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2005/12/20 15:20:59 joerg Exp $
+
+--- si/ksi_prim.c.orig 2005-12-20 15:15:07.000000000 +0000
++++ si/ksi_prim.c
+@@ -604,6 +604,7 @@ ksi_apply_prim (ksi_obj prim, int ac, ks
+ ksi_exn_error ("arity", prim, ksi_wna_s, KSI_PRIM_NAME (prim));
+
+ default:
++ break;
+ }
+
+ #else