summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-28 07:28:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-28 07:28:32 +0000
commitc6bfa771cacc9b5fb18a2ada14bd62b14f492a84 (patch)
tree17b3a1f26aa3d4a2062e12e5b0532dca086c9c39
parentPost-import cleanup (diff)
downloadrtems-c6bfa771cacc9b5fb18a2ada14bd62b14f492a84.tar.bz2
Apply FC4's zlib-1.2.2.2-can-2005-1849.patch
-rw-r--r--cpukit/zlib/inftrees.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/zlib/inftrees.h b/cpukit/zlib/inftrees.h
index 82d365a7e9..424af17356 100644
--- a/cpukit/zlib/inftrees.h
+++ b/cpukit/zlib/inftrees.h
@@ -36,12 +36,12 @@ typedef struct {
*/
/* Maximum size of dynamic tree. The maximum found in a long but non-
- exhaustive search was 1004 code structures (850 for length/literals
- and 154 for distances, the latter actually the result of an
+ exhaustive search was 1444 code structures (852 for length/literals
+ and 592 for distances, the latter actually the result of an
exhaustive search). The true maximum is not known, but the value
below is more than safe. */
-#define ENOUGH 1440
-#define MAXD 154
+#define ENOUGH 2048
+#define MAXD 592
/* Type of code to build for inftable() */
typedef enum {