diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-29 21:53:29 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-29 21:53:29 +0000 |
commit | ddb97ab3b1a6477309f46f5b240fc5ddae8d340a (patch) | |
tree | 478a54d1bf38ab5cf14140ac9392f5ea0aac8a6c /m4/ChangeLog | |
parent | bc7aa2329c189fc1f028be90cba56bb4e3ae04a1 (diff) | |
download | coreutils-ddb97ab3b1a6477309f46f5b240fc5ddae8d340a.tar.xz |
* src/stat.c (HAVE_STRUCT_STATXFS_F_FSID_VAL, FSID_VAL): New macros, to
work around a Mac OS X porting problem reported by Bruno Haible in
<http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00308.html>.
(print_statfs): Use them.
* m4/stat-prog.m4 (cu_PREREQ_STAT_PROG): Check for __val versus val
components of fsid. Omit some checks that stat.c doesn't care about.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index c704969dc..176ef0e7f 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2006-08-29 Paul Eggert <eggert@cs.ucla.edu> + + * stat-prog.m4 (cu_PREREQ_STAT_PROG): Check for __val versus val + components of fsid. Omit some checks that stat.c doesn't care + about. + 2006-08-26 Paul Eggert <eggert@cs.ucla.edu> * .cvsignore: Add config-h.m4. |