diff options
-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. |