svn commit: trunk/busybox/archival/libunarchive
aldot at busybox.net
aldot at busybox.net
Sun Apr 2 21:23:41 UTC 2006
Author: aldot
Date: 2006-04-02 14:23:40 -0700 (Sun, 02 Apr 2006)
New Revision: 14732
Log:
- janitorial: huft_build is never used outside of decompress_unzip.c and has no
prototype (which suggests that it's of no general use) so make it static for now.
Modified:
trunk/busybox/archival/libunarchive/decompress_unzip.c
Changeset:
Modified: trunk/busybox/archival/libunarchive/decompress_unzip.c
===================================================================
--- trunk/busybox/archival/libunarchive/decompress_unzip.c 2006-04-02 21:14:19 UTC (rev 14731)
+++ trunk/busybox/archival/libunarchive/decompress_unzip.c 2006-04-02 21:23:40 UTC (rev 14732)
@@ -232,6 +232,7 @@
* t: result: starting table
* m: maximum lookup bits, returns actual
*/
+static
int huft_build(unsigned int *b, const unsigned int n,
const unsigned int s, const unsigned short *d,
const unsigned char *e, huft_t ** t, unsigned int *m)
More information about the busybox-cvs
mailing list