aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/gzip/gzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/gzip/gzip.c')
-rw-r--r--src/cmd/gzip/gzip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/gzip/gzip.c b/src/cmd/gzip/gzip.c
index 4379f405..039b3d44 100644
--- a/src/cmd/gzip/gzip.c
+++ b/src/cmd/gzip/gzip.c
@@ -10,12 +10,12 @@ static int crcread(void *fd, void *buf, int n);
static int gzwrite(void *bout, void *buf, int n);
static Biobuf bout;
-static ulong crc;
-static ulong *crctab;
+static u32int crc;
+static u32int *crctab;
static int debug;
static int eof;
static int level;
-static ulong totr;
+static u32int totr;
static int verbose;
void