diff options
author | Russ Cox <rsc@swtch.com> | 2010-02-07 16:51:28 -0800 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2010-02-07 16:51:28 -0800 |
commit | 9a054520852368c0a0d179bedfce60776587a645 (patch) | |
tree | 7e81f14ee45eb81ebbfbbd49e119d7f6ee7086c3 /src/cmd/scat | |
parent | 28afa898ee3281afde739c9a09e59264680756ae (diff) | |
download | plan9port-9a054520852368c0a0d179bedfce60776587a645.tar.gz plan9port-9a054520852368c0a0d179bedfce60776587a645.tar.bz2 plan9port-9a054520852368c0a0d179bedfce60776587a645.zip |
make flate crc32 work when ulong is 64 bits
R=, rsc
CC=
http://codereview.appspot.com/203061
Diffstat (limited to 'src/cmd/scat')
-rw-r--r-- | src/cmd/scat/sky.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/scat/sky.h b/src/cmd/scat/sky.h index 158dd1c7..6be98145 100644 --- a/src/cmd/scat/sky.h +++ b/src/cmd/scat/sky.h @@ -1,4 +1,3 @@ -typedef s32int int32; #define DIR "#9/sky" /* |