various: crctab now u32int

R=rsc
http://codereview.appspot.com/220041
This commit is contained in:
Russ Cox 2010-02-22 16:54:58 -08:00
parent 0c6074b692
commit 8425b514aa
6 changed files with 31 additions and 31 deletions

View file

@ -29,7 +29,7 @@ struct Block{
};
static Biobuf *bin;
static ulong *crctab;
static u32int *crctab;
static ulong crc;
static int findCDir(Biobuf *);