diff options
-rw-r--r-- | old/fileutils/ChangeLog | 2 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 2 | ||||
-rw-r--r-- | old/textutils/ChangeLog | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index bf97ce2c7..39a8303ab 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 1997-10-23 Jim Meyering <meyering@na-net.ornl.gov> + * Makefile.am (aclocal-files): Also depend on m4/Makefile.am. + * src/system.h [!HAVE_DECLARATION_FREE]: Declare free. [!HAVE_DECLARATION_MALLOC]: Declare malloc. [!HAVE_DECLARATION_REALLOC]: Declare realloc. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 0f648c522..652e4f0fa 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,7 @@ 1997-10-23 Jim Meyering <meyering@na-net.ornl.gov> + * Makefile.am (aclocal-files): Also depend on m4/Makefile.am. + * src/system.h [!HAVE_DECLARATION_FREE]: Declare free. [!HAVE_DECLARATION_MALLOC]: Declare malloc. [!HAVE_DECLARATION_REALLOC]: Declare realloc. diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 004172732..01c2c46bb 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,7 @@ 1997-10-23 Jim Meyering <meyering@na-net.ornl.gov> + * Makefile.am (aclocal-files): Also depend on m4/Makefile.am. + * src/system.h [!HAVE_DECLARATION_FREE]: Declare free. [!HAVE_DECLARATION_MALLOC]: Declare malloc. [!HAVE_DECLARATION_REALLOC]: Declare realloc. |