summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'lang/icon/patches/patch-ar')
-rw-r--r--lang/icon/patches/patch-ar16
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/icon/patches/patch-ar b/lang/icon/patches/patch-ar
deleted file mode 100644
index 1840fe9a23d..00000000000
--- a/lang/icon/patches/patch-ar
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ar,v 1.3 2001/06/25 18:00:16 jtb Exp $
-
---- /dev/null Sun Jun 24 10:54:54 2001
-+++ config/unix/netbsd/rswitch.c
-@@ -0,0 +1,11 @@
-+/*
-+ * This is a dummy co-expression context switch that can be used in
-+ * the absence of a working one.
-+ */
-+
-+int coswitch(old_cs, new_cs, fnc)
-+int *old_cs, *new_cs;
-+int fnc;
-+ {
-+ err_msg(401, (void*)0);
-+ }