From 8425b514aa027459410a6cbea98799680e33e480 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 22 Feb 2010 16:54:58 -0800 Subject: various: crctab now u32int R=rsc http://codereview.appspot.com/220041 --- src/cmd/tapefs/zipfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/tapefs/zipfs.c') diff --git a/src/cmd/tapefs/zipfs.c b/src/cmd/tapefs/zipfs.c index 5d3c4338..e9354f7b 100644 --- a/src/cmd/tapefs/zipfs.c +++ b/src/cmd/tapefs/zipfs.c @@ -29,7 +29,7 @@ struct Block{ }; static Biobuf *bin; -static ulong *crctab; +static u32int *crctab; static ulong crc; static int findCDir(Biobuf *); -- cgit v1.2.3