stupid sun

This commit is contained in:
rsc 2005-01-14 18:32:36 +00:00
parent 5a2171b2e8
commit d7925b13e3
7 changed files with 17 additions and 14 deletions

View file

@ -210,7 +210,7 @@ gunzip(int ofd, char *ofile, Biobuf *bin)
h.file = nil;
gzok = Boffset(bin);
}
return 0;
/* return 0; */
}
static void

View file

@ -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;
}
/*