Get rid of the randomizing factor.

This commit is contained in:
Ruslan Ermilov 2003-03-09 21:39:52 +00:00
parent 45901e280b
commit d6d4c35471
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112047

View File

@ -135,7 +135,7 @@ mk_data(const struct iodesc * idi, const struct iodesc * ido,
close(idi->fd);
dup2(ido->fd, STDOUT_FILENO);
close(ido->fd);
execlp("gzip", "gzip", "-9", (char *)NULL);
execlp("gzip", "gzip", "-9n", (char *)NULL);
warn(NULL);
_exit(1);
default: