From owner-cvs-all Fri Sep 11 08:54:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17827 for cvs-all-outgoing; Fri, 11 Sep 1998 08:54:53 -0700 (PDT) (envelope-from owner-cvs-all) 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 IAA17819; Fri, 11 Sep 1998 08:54:52 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA03147; Fri, 11 Sep 1998 08:54:51 -0700 (PDT) Date: Fri, 11 Sep 1998 08:54:51 -0700 (PDT) Message-Id: <199809111554.IAA03147@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/du du.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/09/11 08:54:51 PDT Modified files: (Branch: RELENG_2_2) usr.bin/du du.c Log: MFC: Print correct total for -c option (previously, the total for the last directory scanned was printed instead of the real total) PR: bin/7896 Submitted by: Zach Heilig Revision Changes Path 1.6.2.7 +1 -1 src/usr.bin/du/du.c