From owner-cvs-bin Mon Jun 10 21:38:28 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA22012 for cvs-bin-outgoing; Mon, 10 Jun 1996 21:38:28 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA21980; Mon, 10 Jun 1996 21:38:15 -0700 (PDT) Date: Mon, 10 Jun 1996 21:38:15 -0700 (PDT) From: Bruce Evans Message-Id: <199606110438.VAA21980@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/df df.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/06/10 21:38:13 Branch: bin/df RELENG_2_1_0 Modified: bin/df df.c Log: Brought in the fixes from rev.1.8 - use the freespace() macro instead of buggy explicit code to fix the `Avail' count for (non-mounted) file systems larger than 11GB, and don't replace "Avail" counts of < 0 by 0. Revision Changes Path 1.7.4.3 +2 -5 src/bin/df/df.c