From: Jim Meyering Date: Tue, 11 Mar 2003 22:12:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.10~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28a2492860ca8aa337ba615cdf7870946e7bcccf;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index f361ca4ca3..188a013ecc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ 2003-03-11 Jim Meyering + * src/split.c (longopts): Don't hard-code `2' here. + Instead, just specify `&verbose', and ... + (main): ... remove the `case 2:' block for --verbose. + * Version 4.5.10. - * tests/du/basic: Make the test larger than 64 bytes, so that we don't - immediately disqualify file systems (e.g., NetApp) on which smaller - files take up zero disk blocks. Reported by Vin Shelton. + * tests/du/basic: Make the test file larger than 64 bytes, so that + we don't immediately disqualify file systems (e.g., NetApp) on which + smaller files take up zero disk blocks. Reported by Vin Shelton. 2003-03-10 Jim Meyering