summaryrefslogtreecommitdiff
path: root/chat/icb/patches/patch-bq
diff options
context:
space:
mode:
Diffstat (limited to 'chat/icb/patches/patch-bq')
-rw-r--r--chat/icb/patches/patch-bq22
1 files changed, 0 insertions, 22 deletions
diff --git a/chat/icb/patches/patch-bq b/chat/icb/patches/patch-bq
deleted file mode 100644
index ad888507db6..00000000000
--- a/chat/icb/patches/patch-bq
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-bq,v 1.1 2006/05/15 15:33:00 christos Exp $
-
---- tcl/tclBasic.c.orig 1995-02-24 16:19:53.000000000 -0500
-+++ tcl/tclBasic.c 2006-05-15 11:12:41.000000000 -0400
-@@ -656,7 +656,7 @@
- length = strlen(iPtr->result);
- if ((limit - dst) < length) {
- char *newCopy;
-- int delta;
-+ long delta;
-
- copySize = length + 10 + dst - copy;
- newCopy = (char *) malloc((unsigned) copySize);
-@@ -869,7 +869,7 @@
-
- if (dst >= limit) {
- char *newCopy;
-- int delta;
-+ long delta;
-
- copySize *= 2;
- newCopy = (char *) malloc((unsigned) copySize);