summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'comms/estic/patches/patch-am')
-rw-r--r--comms/estic/patches/patch-am15
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/estic/patches/patch-am b/comms/estic/patches/patch-am
new file mode 100644
index 00000000000..c1343ce8a76
--- /dev/null
+++ b/comms/estic/patches/patch-am
@@ -0,0 +1,15 @@
+$NetBSD: patch-am,v 1.1.1.1 2001/02/10 18:34:23 tron Exp $
+
+--- ../spunk/coll.h.orig Wed Dec 18 23:42:14 1996
++++ ../spunk/coll.h Sat Feb 10 18:38:35 2001
+@@ -33,8 +33,8 @@
+
+
+
+-static const coIndexError = 1; // Index out of range
+-static const coOverflowError = 2; // Collection overflow
++static const int coIndexError = 1; // Index out of range
++static const int coOverflowError = 2; // Collection overflow
+
+
+