summaryrefslogtreecommitdiff
path: root/devel/zlib/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/zlib/patches/patch-ab')
-rw-r--r--devel/zlib/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/zlib/patches/patch-ab b/devel/zlib/patches/patch-ab
deleted file mode 100644
index af636eb29ff..00000000000
--- a/devel/zlib/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2005/07/07 10:43:19 drochner Exp $
-
---- inftrees.c.orig 2005-07-07 12:31:09.000000000 +0200
-+++ inftrees.c
-@@ -134,7 +134,7 @@ unsigned short FAR *work;
- left -= count[len];
- if (left < 0) return -1; /* over-subscribed */
- }
-- if (left > 0 && (type == CODES || (codes - count[0] != 1)))
-+ if (left > 0 && (type == CODES || max != 1))
- return -1; /* incomplete set */
-
- /* generate offsets into symbol table for each length for sorting */