From: Jim Meyering Date: Tue, 15 Feb 2005 08:58:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1462 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=265fe832fe0968fbc0c40b5cf4021b7883aa6803;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index bce7f7f9aa..8f5e06a644 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * Version 5.3.1. + * src/stat.c (human_fstype): Add case/definition for S_MAGIC_XFS + so that file systems of type `xfs' are recognized as such. + * src/fs.h: Regenerate. + Reported by Bernd Eckenfels. + * src/nice.c (NZERO) [NZERO == 0]: Undefine and define to 20, to work around the invalid definition from Darwin 7.7.0. Test failure reported by Sébastien Maret.