From owner-cvs-all Wed Oct 21 06:25:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15924 for cvs-all-outgoing; Wed, 21 Oct 1998 06:25:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15902; Wed, 21 Oct 1998 06:25:51 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08431; Wed, 21 Oct 1998 04:48:40 -0700 (PDT) Date: Wed, 21 Oct 1998 04:48:40 -0700 (PDT) Message-Id: <199810211148.EAA08431@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/compress compress.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/10/21 04:48:40 PDT Modified files: usr.bin/compress compress.c Log: Fixed previous commit to actually work. The wrong variable was initialized earlier (with style bugs of course), so zcat was an alias for uncompress instead of `uncompress -c'. Revision Changes Path 1.6 +4 -3 src/usr.bin/compress/compress.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message