zlib 1.2.2

This commit is contained in:
Mark Adler
2011-09-09 23:24:02 -07:00
parent 7a6955760b
commit 79fbcdc939
55 changed files with 2178 additions and 205 deletions

View File

@@ -97,7 +97,7 @@ struct attr_item
struct attr_item *next;
char *fname;
int mode;
time_t time;
time_t time;
};
enum { TGZ_EXTRACT, TGZ_LIST, TGZ_INVALID };