From 5b917cfa592bb92be296e1370a811ada3cb17a25 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 24 Jan 2006 23:30:46 +0000 Subject: (show_dev): If the file system claims to have more available than total blocks, report the number of used blocks as being total - available (a negative number) rather than as garbage. --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f6f293687..69c5ba3e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2006-01-24 Jim Meyering +2006-01-24 Paul Eggert * Version 6.0-cvs. + * src/df.c (show_dev): If the file system claims to have + more available than total blocks, report the number of used + blocks as being total - available (a negative number) rather + than as garbage. Problem reported by Toralf Foerster. + +2006-01-24 Jim Meyering + * src/tail.c (tail_forever): Don't exit-nonzero when an attempt to put a regular file in O_NONBLOCK mode fails with EPERM. That happens on Linux when using tail -f on a file with the -- cgit v1.2.3-54-g00ecf