diff options
author | jbj <devnull@localhost> | 2003-01-08 21:37:01 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-01-08 21:37:01 +0000 |
commit | 050717618aade6df46f1302fd369ae96f9b9a48c (patch) | |
tree | 6bb0d4f1f7660a4d8c17ce4fde52e601e83af8e5 /zlib | |
parent | a6b27ed8a2510f3b5fdd4fc5c4322c60ac73b621 (diff) | |
download | rpm-050717618aade6df46f1302fd369ae96f9b9a48c.tar.gz rpm-050717618aade6df46f1302fd369ae96f9b9a48c.tar.bz2 rpm-050717618aade6df46f1302fd369ae96f9b9a48c.zip |
- python: put rpmmodule.so where python expects to find.
- add brp-strip-static-archive build root policy helper.
- add -lelf to rpm LDFLAGS, not LDADD, since there is no libelf.la now.
CVS patchset: 6001
CVS date: 2003/01/08 21:37:01
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/inftrees.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zlib/inftrees.c b/zlib/inftrees.c index ceb8a3580..fc3465acd 100644 --- a/zlib/inftrees.c +++ b/zlib/inftrees.c @@ -326,6 +326,7 @@ int inflate_trees_bits(uIntf * c, uIntf * bb, inflate_huft * FAR * tb, /** + * @param nl * @param nd number of distance codes * @param c that many (total) code lengths * @param bl literal desired/actual bit depth |