]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/busybox/busybox-1.00/gzip-spurious-const.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / busybox / busybox-1.00 / gzip-spurious-const.patch
1 --- busybox-1.00/archival/gzip.c.old    2005-06-05 22:57:32.000000000 +0100
2 +++ busybox-1.00/archival/gzip.c        2005-06-05 22:57:38.000000000 +0100
3 @@ -2162,7 +2162,7 @@
4   * Construct the Huffman tree for the bit lengths and return the index in
5   * bl_order of the last bit length code to send.
6   */
7 -static const int build_bl_tree()
8 +static int build_bl_tree()
9  {
10         int max_blindex;        /* index of last bit length code of non zero freq */
11