make things work on SunOS
This commit is contained in:
parent
e637c944fe
commit
a0f1e21ff9
19 changed files with 43 additions and 20 deletions
|
|
@ -16,7 +16,8 @@ enum
|
|||
ZTrailInfo = 1 << 3, /* uncsize, csize, and crc are in trailer */
|
||||
ZCompPatch = 1 << 5, /* compression patched data */
|
||||
|
||||
ZCrcPoly = 0xedb88320,
|
||||
/* ZCrcPoly = 0xedb88320, */
|
||||
#define ZCrcPoly 0xedb88320
|
||||
|
||||
/*
|
||||
* compression method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue