aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/gzip
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-14 18:32:36 +0000
committerrsc <devnull@localhost>2005-01-14 18:32:36 +0000
commitd7925b13e366aa667f80168728927751edd47151 (patch)
tree681203346c16b13a0066954d855ca26b30f0d487 /src/cmd/gzip
parent5a2171b2e8c79dc4dbc4f3b38331838c16192cb6 (diff)
downloadplan9port-d7925b13e366aa667f80168728927751edd47151.tar.gz
plan9port-d7925b13e366aa667f80168728927751edd47151.tar.bz2
plan9port-d7925b13e366aa667f80168728927751edd47151.zip
stupid sun
Diffstat (limited to 'src/cmd/gzip')
-rw-r--r--src/cmd/gzip/gunzip.c2
-rw-r--r--src/cmd/gzip/unzip.c4
2 files changed, 1 insertions, 5 deletions
diff --git a/src/cmd/gzip/gunzip.c b/src/cmd/gzip/gunzip.c
index 691827d3..3a1c058e 100644
--- a/src/cmd/gzip/gunzip.c
+++ b/src/cmd/gzip/gunzip.c
@@ -210,7 +210,7 @@ gunzip(int ofd, char *ofile, Biobuf *bin)
h.file = nil;
gzok = Boffset(bin);
}
- return 0;
+/* return 0; */
}
static void
diff --git a/src/cmd/gzip/unzip.c b/src/cmd/gzip/unzip.c
index 70e10a1a..af9a4ed2 100644
--- a/src/cmd/gzip/unzip.c
+++ b/src/cmd/gzip/unzip.c
@@ -261,8 +261,6 @@ sunztable(Biobuf *bin)
free(zh.file);
zh.file = nil;
}
-
- return ok;
}
/*
@@ -331,8 +329,6 @@ sunzip(Biobuf *bin)
if(eok < 0)
return 0;
}
-
- return 1;
}
/*