aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2010-02-22 16:54:58 -0800
committerRuss Cox <rsc@swtch.com>2010-02-22 16:54:58 -0800
commit8425b514aa027459410a6cbea98799680e33e480 (patch)
treed3e0eb2db60032c6c26144f0b17ace0ff4b8646a /src/cmd/venti
parent0c6074b6920c8e115944c9c5e79b74e9faad84cb (diff)
downloadplan9port-8425b514aa027459410a6cbea98799680e33e480.tar.gz
plan9port-8425b514aa027459410a6cbea98799680e33e480.tar.bz2
plan9port-8425b514aa027459410a6cbea98799680e33e480.zip
various: crctab now u32int
R=rsc http://codereview.appspot.com/220041
Diffstat (limited to 'src/cmd/venti')
-rw-r--r--src/cmd/venti/srv/png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/venti/srv/png.c b/src/cmd/venti/srv/png.c
index 81ab14c0..ca456415 100644
--- a/src/cmd/venti/srv/png.c
+++ b/src/cmd/venti/srv/png.c
@@ -30,7 +30,7 @@ struct ZlibW
uchar *e;
};
-static ulong *crctab;
+static u32int *crctab;
static uchar PNGmagic[] = { 137, 'P', 'N', 'G', '\r', '\n', 26, '\n'};
static void