diff options
author | Jim Meyering <jim@meyering.net> | 1997-11-30 14:22:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-11-30 14:22:56 +0000 |
commit | 468e83a183036c9901297551bbdd955b3115f0f4 (patch) | |
tree | 339697fb16c39bb13a6c657af9d989161326f4f9 /old/fileutils | |
parent | 66fbc2c8f63f572edad680248cf352d9f692edf3 (diff) | |
download | coreutils-468e83a183036c9901297551bbdd955b3115f0f4.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 78cdc7b6a..aae4e5c07 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 1997-11-30 Jim Meyering <meyering@na-net.ornl.gov> + * lib/savedir.c (savedir): Revert last change. malloc always + works when called with zero, because we use the wrapper if the + system version is lacking. + * configure.in (AC_LFS): Use this macro rather than open-coding it. (jm_AC_HEADER_INTTYPES_H): Likewise. (jm_AC_TYPE_UINTMAX_T): Likewise. |