diff options
Diffstat (limited to 'archivers/gzip-base/patches/patch-ad')
-rw-r--r-- | archivers/gzip-base/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/gzip-base/patches/patch-ad b/archivers/gzip-base/patches/patch-ad new file mode 100644 index 00000000000..b93ba61758e --- /dev/null +++ b/archivers/gzip-base/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2006/09/23 13:52:17 adrianp Exp $ + +--- inflate.c.orig 1993-08-13 10:50:00.000000000 +0100 ++++ inflate.c +@@ -316,7 +316,7 @@ int *m; /* maximum looku + { + *t = (struct huft *)NULL; + *m = 0; +- return 0; ++ return 2; + } + + |