diff options
| author | rsc <devnull@localhost> | 2004-04-20 02:03:38 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-04-20 02:03:38 +0000 |
| commit | a0f1e21ff939612898d63ae2245e47dffc1a8153 (patch) | |
| tree | 581f62db3bad2c54d60cb54b6e577787f55071af /src/cmd/gzip/zip.h | |
| parent | e637c944febf271252e59742aa108d6e0a527eb7 (diff) | |
| download | plan9port-a0f1e21ff939612898d63ae2245e47dffc1a8153.tar.gz plan9port-a0f1e21ff939612898d63ae2245e47dffc1a8153.zip | |
make things work on SunOS
Diffstat (limited to 'src/cmd/gzip/zip.h')
| -rw-r--r-- | src/cmd/gzip/zip.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/gzip/zip.h b/src/cmd/gzip/zip.h index 9b703de2..d005469f 100644 --- a/src/cmd/gzip/zip.h +++ b/src/cmd/gzip/zip.h @@ -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 |
