From 78058065601f61abba2232c0557d50854aa97998 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 9 Mar 2003 21:39:52 +0000 Subject: Get rid of the randomizing factor. --- usr.sbin/kgzip/kgzcmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/kgzip') diff --git a/usr.sbin/kgzip/kgzcmp.c b/usr.sbin/kgzip/kgzcmp.c index 7406423..01c7763 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: -- cgit v1.1