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 /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 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-08-29 Paul Eggert <eggert@cs.ucla.edu> + * 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. + * bootstrap.conf (gnulib_modules): Add isapipe. * src/tail.c: Include isapipe.h. (IS_PIPE_LIKE_FILE_TYPE): Remove. |