From: Jim Meyering Date: Mon, 29 May 1995 05:33:13 +0000 (+0000) Subject: merge with 1.11.4b X-Git-Tag: textutils-1_12_1~132 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f97e625d3de97f198da2ca9e8ec195856ba24961;p=thirdparty%2Fcoreutils.git merge with 1.11.4b --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d61b6e395c..5778dce6a6 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -6,6 +6,9 @@ Sun May 28 14:48:58 1995 Jim Meyering (meyering@comco.com) Sat May 27 00:35:47 1995 Jim Meyering (meyering@comco.com) + * tail.c (main): Remove dcl of and statements that set now-unused + variable. + * system.h [!STDC_HEADERS && HAVE_MEMORY_H]: Include memory.h. Without this, SunOS doesn't get type for memchr. Reported by Kaveh Ghazi.