From: Jim Meyering Date: Tue, 4 May 2004 07:26:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1621 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9316ddd8543fb0e0ef4544535d6cb36f70e0eaa;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4bdf4feb12..8f961b97e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-04-29 Paul Eggert + + * src/df.c (show_disk, show_point): If several filesystems are + mounted on the same mount point, prefer the last one, not the first. + Problem reported by Christian Jones in + . + (show_disk): Remove unused statp arg. Return bool, not int. + (show_point): Rewrite to avoid gotos. Use the same algorithm + for lofs and dummies for each pass through the mount table, + rather than subtly different algorithms (which are probably + inadvertent). + 2004-05-03 Jim Meyering * Makefile.am (EXTRA_DIST): Add m4/ChangeLog, now that we no longer