diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-12 20:51:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-12 20:51:01 +0000 |
commit | 5f057a69d6be2571385a20f137830f8711b8ab10 (patch) | |
tree | 10a3563123713817981a37f60bacaddac3765c08 /m4 | |
parent | d635ea46cb93cd4309cc3c8859b84e19994846e2 (diff) | |
download | coreutils-5f057a69d6be2571385a20f137830f8711b8ab10.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index e72348e8b..ac7ff7e07 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,9 @@ 2002-04-12 Jim Meyering <meyering@lucent.com> + * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus + check for f_type in sys/mount.h. Instead, just test for the existence + of the getmntinfo function. Needed for Darwin 5.3. + * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro. This is necessary at least on Darwin 5.3. |