summaryrefslogtreecommitdiff
path: root/net/tkicb/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/tkicb/patches/patch-ac')
-rw-r--r--net/tkicb/patches/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/tkicb/patches/patch-ac b/net/tkicb/patches/patch-ac
deleted file mode 100644
index 3e292b78548..00000000000
--- a/net/tkicb/patches/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2000/10/20 04:16:20 dmcmahill Exp $
-
---- tcl/util.tcl.orig Mon Jun 1 14:53:11 1998
-+++ tcl/util.tcl Thu Oct 19 23:43:11 2000
-@@ -73,5 +73,5 @@
- incr index -1
-
-- if {$index == 0} {
-+ if {$index == $start} {
- set index [expr $start + $maxLength]
- break