From owner-cvs-all Wed Jul 12 1:29:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B258737BCF7; Wed, 12 Jul 2000 01:29:52 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA83468; Wed, 12 Jul 2000 01:29:52 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007120829.BAA83468@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 12 Jul 2000 01:29:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/12 01:29:52 PDT Modified files: usr.bin/fetch fetch.c Log: Rework the stats code to avoid code duplication. Fix a bug where the stats code would print the expected size instead of the number of bytes received. Fix the reading code so it'll support partial reads. Revision Changes Path 1.6 +17 -14 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message