Subject: CVS commit: src/bin/df
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 07/04/2004 15:31:50
Module Name:	src
Committed By:	martin
Date:		Sun Jul  4 15:31:50 UTC 2004

Modified Files:
	src/bin/df: df.c

Log Message:
Available block count may be negative - so make the calculation signed.
This avoids output like:
Filesystem      1K-blocks     Used     Avail Capacity  Mounted on
/dev/wd1a           11799    11276 9223372036854775741   100%    /boot


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 src/bin/df/df.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.