From d6d4c3547135db5e3ee225fd3afb5b7534c82b91 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 9 Mar 2003 21:39:52 +0000 Subject: [PATCH] Get rid of the randomizing factor. --- usr.sbin/kgzip/kgzcmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/kgzip/kgzcmp.c b/usr.sbin/kgzip/kgzcmp.c index 740642350e0d..01c7763efec8 100644 --- a/usr.sbin/kgzip/kgzcmp.c +++ b/usr.sbin/kgzip/kgzcmp.c @@ -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: